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 }}
andrewh
/
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
main
User selector
All users
All time
Commit history
Commits on Nov 29, 2021
Refs #32800 -- Renamed _sanitize_token() to _check_token_format().
cjerdonek
authored and
felixxm
committed
3ff7f6c
View commit details
Copy full SHA for 3ff7f6c
Browse repository at this point
Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.
Show description for 5d80843
cjerdonek
and
felixxm
committed
5d80843
View commit details
Copy full SHA for 5d80843
Browse repository at this point
Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.
Show description for 05e29da
2 people
authored and
felixxm
committed
05e29da
View commit details
Copy full SHA for 05e29da
Browse repository at this point
Fixed #33322 -- Fixed loss of assigned related object when saving relation with bulk_update().
hannseman
authored and
felixxm
committed
ed20180
View commit details
Copy full SHA for ed20180
Browse repository at this point
Commits on Nov 26, 2021
Refs #33301 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() raise ValueError for non test client responses.
bmispelon
authored and
felixxm
committed
9ac92b1
View commit details
Copy full SHA for 9ac92b1
Browse repository at this point
Added tests for SimpleTestCase.assertFormError()/assertFormsetErrors().
bmispelon
authored and
felixxm
committed
68144f4
View commit details
Copy full SHA for 68144f4
Browse repository at this point
Fixed #33301 -- Clarified the type of arguments required by custom assertions.
bmispelon
authored and
felixxm
committed
528691d
View commit details
Copy full SHA for 528691d
Browse repository at this point
Refs #33163 -- Corrected example of connection signal handlers in AppConfig.ready().
felixxm
authored
75ee705
View commit details
Copy full SHA for 75ee705
Browse repository at this point
Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change.
hramezani
authored and
felixxm
committed
24b3165
View commit details
Copy full SHA for 24b3165
Browse repository at this point
Commits on Nov 25, 2021
Fixed #32397 -- Made startapp/startproject management commands set User-Agent.
Show description for 9a6e2df
awtimmering
authored and
felixxm
committed
9a6e2df
View commit details
Copy full SHA for 9a6e2df
Browse repository at this point
Removed unneeded can_use_chunked_reads feature flag on SQLite.
Show description for e361621
felixxm
authored
e361621
View commit details
Copy full SHA for e361621
Browse repository at this point
Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.
Show description for 51c24d8
Shubh1815
authored and
felixxm
committed
51c24d8
View commit details
Copy full SHA for 51c24d8
Browse repository at this point
Commits on Nov 24, 2021
Fixed typo in docs/releases/4.0.txt.
Ryuji Tsutsui
authored
b8c0b22
View commit details
Copy full SHA for b8c0b22
Browse repository at this point
Fixed #4282 -- Made startapp/startproject management commands honor umask.
Show description for 59f4796
2 people
authored and
felixxm
committed
59f4796
View commit details
Copy full SHA for 59f4796
Browse repository at this point
Removed unneeded supports_combined_alters feature flag on Oracle.
Show description for 1555e58
felixxm
authored
1555e58
View commit details
Copy full SHA for 1555e58
Browse repository at this point
Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_404()/get_list_or_404().
mgaligniana
authored and
felixxm
committed
7f8f69f
View commit details
Copy full SHA for 7f8f69f
Browse repository at this point
Removed unneeded @skipUnlessDBFeature('supports_combined_alters').
Show description for ddf3214
timgraham
authored
ddf3214
View commit details
Copy full SHA for ddf3214
Browse repository at this point
Fixed typo in delete test docstring.
timgraham
authored
9772eaa
View commit details
Copy full SHA for 9772eaa
Browse repository at this point
Commits on Nov 23, 2021
Fixed #33310 -- Removed unused rule from admin CSS.
Show description for 98352dd
alvaromlg
authored
98352dd
View commit details
Copy full SHA for 98352dd
Browse repository at this point
Fixed #33309 -- Fixed QuerySet.distinct() crash on mixed case annotation.
arsalan.ghassemi
authored and
felixxm
committed
bdcda1c
View commit details
Copy full SHA for bdcda1c
Browse repository at this point
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
charettes
authored and
felixxm
committed
aec71aa
View commit details
Copy full SHA for aec71aa
Browse repository at this point
Refs #33304 -- Enclosed aggregate ordering logic in an expression.
Show description for e06dc45
charettes
authored and
felixxm
committed
e06dc45
View commit details
Copy full SHA for e06dc45
Browse repository at this point
Corrected signatures of QuerySet's methods.
felixxm
authored
a17becf
View commit details
Copy full SHA for a17becf
Browse repository at this point
Commits on Nov 22, 2021
Corrected isort example in coding style docs.
Show description for 8b020f2
felixxm
authored
8b020f2
View commit details
Copy full SHA for 8b020f2
Browse repository at this point
Fixed #33302 -- Made element_id optional argument for json_script template filter.
Show description for e6e664a
bmispelon
authored and
felixxm
committed
e6e664a
View commit details
Copy full SHA for e6e664a
Browse repository at this point
Corrected "pip install" call in coding style docs.
pauloxnet
authored
dd528cb
View commit details
Copy full SHA for dd528cb
Browse repository at this point
Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" attribute.
Show description for a0ed3cf
2 people
authored and
felixxm
committed
a0ed3cf
View commit details
Copy full SHA for a0ed3cf
Browse repository at this point
Commits on Nov 19, 2021
Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adapt_timefield_value() crash with expressions.
SwastikTripathi
authored and
felixxm
committed
a7e7043
View commit details
Copy full SHA for a7e7043
Browse repository at this point
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQLCompiler.
jonnythebard
authored and
felixxm
committed
6fa2930
View commit details
Copy full SHA for 6fa2930
Browse repository at this point
Commits on Nov 18, 2021
Added Malay language.
jhisham
authored and
felixxm
committed
5e218cc
View commit details
Copy full SHA for 5e218cc
Browse repository at this point
Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file.
Show description for e53aea2
ssb10
and
carltongibson
committed
e53aea2
View commit details
Copy full SHA for e53aea2
Browse repository at this point
Configured Read The Docs to build all formats.
Show description for 1fe23bd
adamchainz
authored and
carltongibson
committed
1fe23bd
View commit details
Copy full SHA for 1fe23bd
Browse repository at this point
Commits on Nov 17, 2021
Fixed crash building HTML docs since Sphinx 4.3.
Show description for f0480dd
felixxm
authored
f0480dd
View commit details
Copy full SHA for f0480dd
Browse repository at this point
Fixed #33163 -- Added example of connection signal handlers in AppConfig.ready() to docs.
roxanebellot
authored and
felixxm
committed
2d124f6
View commit details
Copy full SHA for 2d124f6
Browse repository at this point
Commits on Nov 16, 2021
Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked inline.
Show description for bb223c6
Shubh1815
authored and
felixxm
committed
bb223c6
View commit details
Copy full SHA for bb223c6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.