Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
s-python-git
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 21, 2019
Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_length on PostgreSQL.
hramezani
authored and
felixxm
committed
1378d66
View commit details
Copy full SHA for 1378d66
Browse repository at this point
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Show description for 519016e
xmeowmeowx
authored and
felixxm
committed
519016e
View commit details
Copy full SHA for 519016e
Browse repository at this point
Refs #28147 -- Added test for saving nullable ForeignKey with to_field attribute after saving parent.
xmeowmeowx
authored and
felixxm
committed
266e7e0
View commit details
Copy full SHA for 266e7e0
Browse repository at this point
Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.get_session_cookie_age().
hramezani
authored and
felixxm
committed
9d6f981
View commit details
Copy full SHA for 9d6f981
Browse repository at this point
Fixed typo in docs/releases/3.0.txt.
felixxm
committed
df28ebd
View commit details
Copy full SHA for df28ebd
Browse repository at this point
Refs #29396, #30494 -- Reduced code duplication in year lookups.
charettes
authored and
felixxm
committed
514104c
View commit details
Copy full SHA for 514104c
Browse repository at this point
Fixed #29396 -- Added indirect values support to __year lookups.
Show description for 2b582a7
charettes
authored and
felixxm
committed
2b582a7
View commit details
Copy full SHA for 2b582a7
Browse repository at this point
Fixed #30494 -- Disabled __year lookup optimization for indirect values.
Show description for 4d14209
charettes
authored and
felixxm
committed
4d14209
View commit details
Copy full SHA for 4d14209
Browse repository at this point
Commits on May 20, 2019
Fixed #27635 -- Used secrets module in django.utils.crypto.
ngnpope
authored and
felixxm
committed
1d0bab0
View commit details
Copy full SHA for 1d0bab0
Browse repository at this point
Refs #27635 -- Removed fallback when SystemRandom() isn't available that doesn't work.
Show description for 068005a
ngnpope
authored and
felixxm
committed
068005a
View commit details
Copy full SHA for 068005a
Browse repository at this point
Refs #30062 -- Corrected UniqueConstraint signature in docs.
gbdlin
authored and
felixxm
committed
5402061
View commit details
Copy full SHA for 5402061
Browse repository at this point
Changed poll_id to poll_ids in examples of custom management commands.
mentix02
authored and
felixxm
committed
fa422dd
View commit details
Copy full SHA for fa422dd
Browse repository at this point
Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVector.
Show description for c38e7a7
Thomasina Lee
authored and
felixxm
committed
c38e7a7
View commit details
Copy full SHA for c38e7a7
Browse repository at this point
Commits on May 18, 2019
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.
Show description for 04042b2
ruchit2801
authored and
felixxm
committed
04042b2
View commit details
Copy full SHA for 04042b2
Browse repository at this point
Commits on May 17, 2019
Changed docs to link to Python's description of iterable.
jdufresne
authored and
carltongibson
committed
e86cc14
View commit details
Copy full SHA for e86cc14
Browse repository at this point
Fixed #25633 -- Updated macOS Spatialite installation instructions.
Show description for ccb7f7c
dhepper
authored and
carltongibson
committed
ccb7f7c
View commit details
Copy full SHA for ccb7f7c
Browse repository at this point
Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.
rixx
authored and
felixxm
committed
a309821
View commit details
Copy full SHA for a309821
Browse repository at this point
Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning.
alexbecker
authored and
carltongibson
committed
1686dce
View commit details
Copy full SHA for 1686dce
Browse repository at this point
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename is available.
ShingenPizza
authored and
carltongibson
committed
de4832c
View commit details
Copy full SHA for de4832c
Browse repository at this point
Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function is wrapped.
Show description for 5c19274
Batuhan Taşkaya
authored and
felixxm
committed
5c19274
View commit details
Copy full SHA for 5c19274
Browse repository at this point
Fixed #30220 -- Added support for headless mode in selenium tests.
codingjoe
authored and
felixxm
committed
8d010f3
View commit details
Copy full SHA for 8d010f3
Browse repository at this point
Fixed #30459 -- Delegated hide/show JS toggle to parent div.
Show description for e286987
2 people
authored and
felixxm
committed
e286987
View commit details
Copy full SHA for e286987
Browse repository at this point
Commits on May 16, 2019
Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefetch_related_objects().
Iain Watts
authored and
felixxm
committed
59ffafa
View commit details
Copy full SHA for 59ffafa
Browse repository at this point
Added filename caption to LOGGING documentation examples.
funkybob
authored and
carltongibson
committed
4442ee8
View commit details
Copy full SHA for 4442ee8
Browse repository at this point
Fixed typo in expression documentation.
vertliba
authored and
carltongibson
committed
60b6a7e
View commit details
Copy full SHA for 60b6a7e
Browse repository at this point
Fixed #30483 -- Switched test requirement to psycopg2 package.
jdufresne
authored and
carltongibson
committed
8076ae6
View commit details
Copy full SHA for 8076ae6
Browse repository at this point
Commits on May 15, 2019
Changed tuple choices to list in docs.
jdufresne
authored and
carltongibson
committed
97d3321
View commit details
Copy full SHA for 97d3321
Browse repository at this point
Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
approdriguez
authored and
felixxm
committed
717362d
View commit details
Copy full SHA for 717362d
Browse repository at this point
Fixed mis-capitalisation in comment.
allyjweir
authored and
carltongibson
committed
bd228cb
View commit details
Copy full SHA for bd228cb
Browse repository at this point
Refs #27685 -- Logged unexpected Watchman autoreloader errors.
blueyed
authored and
felixxm
committed
43f54e1
View commit details
Copy full SHA for 43f54e1
Browse repository at this point
Commits on May 14, 2019
Ensured that our django checkout is in the pythonpath during tests.
Show description for d329484
apollo13
committed
d329484
View commit details
Copy full SHA for d329484
Browse repository at this point
Commits on May 13, 2019
Fixed #30437 -- Clarified that urlpatterns can be a sequence.
joncasdam
authored and
felixxm
committed
8aad332
View commit details
Copy full SHA for 8aad332
Browse repository at this point
Refs #28593 -- Changed url() to path() in comments following URL routing changes.
xi
authored and
felixxm
committed
7619a33
View commit details
Copy full SHA for 7619a33
Browse repository at this point
Fixed #30436 -- Added check that on_delete is callable in ForeignKey and OneToOneField.
xmeowmeowx
authored and
felixxm
committed
c231a75
View commit details
Copy full SHA for c231a75
Browse repository at this point
Commits on May 12, 2019
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Show description for 330638b
4 people
committed
330638b
View commit details
Copy full SHA for 330638b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.