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 }}
homm
/
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 Aug 28, 2020
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL.
Show description for 0be51d2
felixxm
committed
0be51d2
View commit details
Copy full SHA for 0be51d2
Browse repository at this point
Refs #31956 -- Added test for ordering by JSONField with a custom decoder.
felixxm
committed
2210539
View commit details
Copy full SHA for 2210539
Browse repository at this point
Fixed #31954 -- Fixed migration optimization for MTI model creation with parent model with mixed case app label.
koendewit
authored and
felixxm
committed
4c0b472
View commit details
Copy full SHA for 4c0b472
Browse repository at this point
Refs #31928 -- Added various middlewares tests for detecting when get_response is coroutine.
Kevin Michel
authored and
felixxm
committed
225261b
View commit details
Copy full SHA for 225261b
Browse repository at this point
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Show description for 825ce75
Kevin Michel
authored and
felixxm
committed
825ce75
View commit details
Copy full SHA for 825ce75
Browse repository at this point
Refs #31928 -- Made SessionMiddleware call super().__init__().
Kevin Michel
authored and
felixxm
committed
ea57a28
View commit details
Copy full SHA for ea57a28
Browse repository at this point
Refs #26601 -- Added various middlewares tests for deprecation of passing None as get_response.
Kevin Michel
authored and
felixxm
committed
68d7cf4
View commit details
Copy full SHA for 68d7cf4
Browse repository at this point
Added tests for cache middlewares constructors.
Kevin Michel
authored and
felixxm
committed
abbdd3a
View commit details
Copy full SHA for abbdd3a
Browse repository at this point
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and CommonPasswordValidator.
Show description for e39e727
felixxm
authored
e39e727
View commit details
Copy full SHA for e39e727
Browse repository at this point
Commits on Aug 27, 2020
Refs #31913 -- Corrected comment in PasswordResetTokenGenerator.
Show description for e02738b
philgyford
authored and
felixxm
committed
e02738b
View commit details
Copy full SHA for e02738b
Browse repository at this point
Fixed #31947 -- Made QuerySet.update_or_create() reuse get_or_create().
homm
authored and
felixxm
committed
20d38fd
View commit details
Copy full SHA for 20d38fd
Browse repository at this point
Commits on Aug 26, 2020
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Show description for 1251772
felixxm
authored
1251772
View commit details
Copy full SHA for 1251772
Browse repository at this point
Fixed #31942 -- Made settings cleansing work with dictionary settings with non-string keys.
jlaine
authored and
felixxm
committed
9c92924
View commit details
Copy full SHA for 9c92924
Browse repository at this point
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
kc611
authored and
felixxm
committed
b9be11d
View commit details
Copy full SHA for b9be11d
Browse repository at this point
Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response() with thread sensitive.
Show description for 547a07f
2 people
authored and
felixxm
committed
547a07f
View commit details
Copy full SHA for 547a07f
Browse repository at this point
Commits on Aug 25, 2020
Removed trailing whitespace in 3.2 release notes.
felixxm
committed
0b06581
View commit details
Copy full SHA for 0b06581
Browse repository at this point
Moved CreateExtension release notes into django.contrib.postgres section.
CleitonDeLima
authored
9f8c7d2
View commit details
Copy full SHA for 9f8c7d2
Browse repository at this point
Commits on Aug 24, 2020
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migrating away from AutoField.
timgraham
authored and
felixxm
committed
ea880ec
View commit details
Copy full SHA for ea880ec
Browse repository at this point
Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL 13+.
ngnpope
authored
b312421
View commit details
Copy full SHA for b312421
Browse repository at this point
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
Show description for bb8f669
felixxm
committed
bb8f669
View commit details
Copy full SHA for bb8f669
Browse repository at this point
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning."
Show description for 04e87e7
felixxm
committed
04e87e7
View commit details
Copy full SHA for 04e87e7
Browse repository at this point
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
ngnpope
authored and
felixxm
committed
b5acb9d
View commit details
Copy full SHA for b5acb9d
Browse repository at this point
Refs #31907 -- Added cache key validation tests for cache operations.
ngnpope
authored and
felixxm
committed
9e04b24
View commit details
Copy full SHA for 9e04b24
Browse repository at this point
Added assertions for the results of migrating an integer pk to AutoField.
timgraham
authored
7ca4297
View commit details
Copy full SHA for 7ca4297
Browse repository at this point
Commits on Aug 21, 2020
Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.
kc611
authored
3e753d3
View commit details
Copy full SHA for 3e753d3
Browse repository at this point
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
ninad-k
authored and
felixxm
committed
927bd88
View commit details
Copy full SHA for 927bd88
Browse repository at this point
Commits on Aug 20, 2020
Improved wording in async views docs.
fisadev
authored
4172560
View commit details
Copy full SHA for 4172560
Browse repository at this point
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
ngnpope
authored and
felixxm
committed
e2013b2
View commit details
Copy full SHA for e2013b2
Browse repository at this point
Fixed comments related to nonexistent keys for incr()/decr() in memcached backends.
ngnpope
authored and
felixxm
committed
0cb0d59
View commit details
Copy full SHA for 0cb0d59
Browse repository at this point
Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.
endersonmenezes
authored and
felixxm
committed
67e4a9a
View commit details
Copy full SHA for 67e4a9a
Browse repository at this point
Commits on Aug 19, 2020
Fixed #31895 -- Fixed crash when decoding invalid session data.
Show description for 4376c2c
felixxm
authored
4376c2c
View commit details
Copy full SHA for 4376c2c
Browse repository at this point
Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.
maximpetrov
authored and
felixxm
committed
bf6d077
View commit details
Copy full SHA for bf6d077
Browse repository at this point
Commits on Aug 18, 2020
Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.
smithdc1
authored
e2e34f4
View commit details
Copy full SHA for e2e34f4
Browse repository at this point
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Show description for 35b0378
felixxm
committed
35b0378
View commit details
Copy full SHA for 35b0378
Browse repository at this point
Refs #20347 -- Allowed customizing the maximum number of instantiated forms in generic_inlineformset_factory().
Show description for 3254991
felixxm
committed
3254991
View commit details
Copy full SHA for 3254991
Browse repository at this point
Previous
Next
You can’t perform that action at this time.