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
Type
/
to 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 }}
danifus
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Aug 7, 2020
Removed unnecessary sentence in QuerySet docs.
adamalton
authored
6e9c5ee
View commit details
Copy full SHA for 6e9c5ee
Browse repository at this point
Fixed typo in docs/ref/contrib/postgres/fields.txt.
b0uh
authored and
felixxm
committed
cdead4f
View commit details
Copy full SHA for cdead4f
Browse repository at this point
Commits on Aug 6, 2020
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
ngnpope
authored and
carltongibson
committed
0a306f7
View commit details
Copy full SHA for 0a306f7
Browse repository at this point
Refs #25513 -- Fixed admin pagination elision bounds.
Show description for f35840c
ngnpope
authored and
carltongibson
committed
f35840c
View commit details
Copy full SHA for f35840c
Browse repository at this point
Refs #25513 -- Adjusted admin pagination to be 1-indexed.
ngnpope
authored and
carltongibson
committed
b203ec7
View commit details
Copy full SHA for b203ec7
Browse repository at this point
Commits on Aug 5, 2020
Linked to DSF fundraising page from README.
daniloaldm
authored
ee1ddcb
View commit details
Copy full SHA for ee1ddcb
Browse repository at this point
Added Hypercorn to ASGI deployment guide.
pgjones
authored
1bd1264
View commit details
Copy full SHA for 1bd1264
Browse repository at this point
Fixed #29336 -- Doc'd circular template inheritance
smithdc1
authored and
carltongibson
committed
2c2f4b3
View commit details
Copy full SHA for 2c2f4b3
Browse repository at this point
Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.
felixxm
authored and
carltongibson
committed
e70dc50
View commit details
Copy full SHA for e70dc50
Browse repository at this point
Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.
007gzs
authored and
carltongibson
committed
b0af56f
View commit details
Copy full SHA for b0af56f
Browse repository at this point
Refs #31493 -- Replaced var with const and let in JavaScriptCatalog template.
claudep
authored
b23216d
View commit details
Copy full SHA for b23216d
Browse repository at this point
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
jacobtylerwalls
authored and
felixxm
committed
c7e7f17
View commit details
Copy full SHA for c7e7f17
Browse repository at this point
Commits on Aug 4, 2020
Added stub release notes for 3.1.1.
felixxm
committed
6c19230
View commit details
Copy full SHA for 6c19230
Browse repository at this point
Finalized release notes for Django 3.1.
felixxm
committed
df37c2e
View commit details
Copy full SHA for df37c2e
Browse repository at this point
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Show description for d907371
felixxm
committed
d907371
View commit details
Copy full SHA for d907371
Browse repository at this point
Commits on Aug 3, 2020
Moved note about features deprecated in Django 3.1 above their descriptions.
felixxm
authored
bce4a53
View commit details
Copy full SHA for bce4a53
Browse repository at this point
Added release date for 2.2.15 and 3.0.9.
felixxm
committed
b68b8cb
View commit details
Copy full SHA for b68b8cb
Browse repository at this point
Commits on Aug 1, 2020
Updated translations from Transifex
claudep
authored and
felixxm
committed
1a60838
View commit details
Copy full SHA for 1a60838
Browse repository at this point
Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature.
Show description for 7c929fc
felixxm
authored
7c929fc
View commit details
Copy full SHA for 7c929fc
Browse repository at this point
Commits on Jul 31, 2020
Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.
Show description for 1d6fdca
felixxm
committed
1d6fdca
View commit details
Copy full SHA for 1d6fdca
Browse repository at this point
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Show description for f4ac167
alextatarinov
authored and
felixxm
committed
f4ac167
View commit details
Copy full SHA for f4ac167
Browse repository at this point
Refs #27996 -- Fixed postgres_tests crash if not running with PostgreSQL.
felixxm
authored
88af11c
View commit details
Copy full SHA for 88af11c
Browse repository at this point
Corrected signing.dumps()/loads() signatures in docs.
felixxm
committed
8703680
View commit details
Copy full SHA for 8703680
Browse repository at this point
Commits on Jul 30, 2020
Removed unnecessary list() call in RelatedManager.add().
sir-sigurd
authored
0b655a4
View commit details
Copy full SHA for 0b655a4
Browse repository at this point
Bumped minimum isort version to 5.1.0.
Show description for e74b3d7
smithdc1
authored and
felixxm
committed
e74b3d7
View commit details
Copy full SHA for e74b3d7
Browse repository at this point
Fixed #31822 -- Added support for comments URL per feed item.
Show description for 1173db4
v-gar
authored and
felixxm
committed
1173db4
View commit details
Copy full SHA for 1173db4
Browse repository at this point
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list.
Show description for 184a6ee
timgraham
authored
184a6ee
View commit details
Copy full SHA for 184a6ee
Browse repository at this point
Commits on Jul 29, 2020
Corrected admin.register() signature in docs.
Neob91
authored
eb215da
View commit details
Copy full SHA for eb215da
Browse repository at this point
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params ordering.
Show description for 95da207
2 people
authored and
felixxm
committed
95da207
View commit details
Copy full SHA for 95da207
Browse repository at this point
Fixed #27395 -- Added sitemap 'alternates' generation.
Show description for 16218c2
fdemmer
authored and
carltongibson
committed
16218c2
View commit details
Copy full SHA for 16218c2
Browse repository at this point
Refs #27395 -- Added XML namespace declaration to sitemap template.
Show description for 50e1ccb
carltongibson
committed
50e1ccb
View commit details
Copy full SHA for 50e1ccb
Browse repository at this point
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
apollo13
authored
948a874
View commit details
Copy full SHA for 948a874
Browse repository at this point
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Show description for 9c9a3fe
hramezani
authored and
felixxm
committed
9c9a3fe
View commit details
Copy full SHA for 9c9a3fe
Browse repository at this point
Completed test coverage for colorize().
smithdc1
authored and
felixxm
committed
b6dfdaf
View commit details
Copy full SHA for b6dfdaf
Browse repository at this point
Commits on Jul 28, 2020
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
laymonage
authored and
felixxm
committed
2d8dcba
View commit details
Copy full SHA for 2d8dcba
Browse repository at this point
Previous
Next
You can’t perform that action at this time.