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 }}
andersk
/
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 Feb 23, 2022
Fixed #33532 -- Optimized CaseInsensitiveMapping instantiation for dicts.
Show description for 3de787a
kezabelle
and
ngnpope
authored
3de787a
View commit details
Copy full SHA for 3de787a
Browse repository at this point
Fixed #28889 -- Prevented double submission of admin forms.
Show description for fe7dbef
mgaligniana
authored and
carltongibson
committed
fe7dbef
View commit details
Copy full SHA for fe7dbef
Browse repository at this point
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
lothemar
authored and
felixxm
committed
ae91ecf
View commit details
Copy full SHA for ae91ecf
Browse repository at this point
Fixed #33328 -- Transformed formset:added/removed to native JS events.
claudep
authored
eabc22f
View commit details
Copy full SHA for eabc22f
Browse repository at this point
Fixed #33434 -- Changed font-size in admin CSS to use rem units.
rvikunwar
authored and
felixxm
committed
1f42a35
View commit details
Copy full SHA for 1f42a35
Browse repository at this point
Removed unnecessary font-size in admin hr CSS.
rvikunwar
authored and
felixxm
committed
ee13588
View commit details
Copy full SHA for ee13588
Browse repository at this point
Refs #33476 -- Added warning to optimizemigration/squashmigrations commands when black cannot be applied.
felixxm
authored
d11944b
View commit details
Copy full SHA for d11944b
Browse repository at this point
Commits on Feb 22, 2022
Refs #32873 -- Avoided looking up settings._USE_L10N_INTERNAL twice.
collinanderson
authored
7fd2deb
View commit details
Copy full SHA for 7fd2deb
Browse repository at this point
Fixed #27844 -- Added optimizemigration management command.
David-Wobrock
authored and
felixxm
committed
7c318a8
View commit details
Copy full SHA for 7c318a8
Browse repository at this point
Removed redundant QuerySet.all() calls in docs and tests.
Show description for 847f46e
ngnpope
authored
847f46e
View commit details
Copy full SHA for 847f46e
Browse repository at this point
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many relations for unsaved instances.
raydeal
authored and
felixxm
committed
7ba6ebe
View commit details
Copy full SHA for 7ba6ebe
Browse repository at this point
Refs #33517 -- Prevented __second lookup from returning fractional seconds on PostgreSQL.
nabil-rady
authored and
felixxm
committed
b7f2635
View commit details
Copy full SHA for b7f2635
Browse repository at this point
Commits on Feb 21, 2022
Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.
2019342a
authored and
felixxm
committed
659d242
View commit details
Copy full SHA for 659d242
Browse repository at this point
Removed unnecessary str type from @keep_lazy decorator for escape()/escapejs().
felixxm
authored
b626c5a
View commit details
Copy full SHA for b626c5a
Browse repository at this point
Refs #33526 -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_HTTPONLY don't pass on truthy values.
felixxm
authored
1299bc3
View commit details
Copy full SHA for 1299bc3
Browse repository at this point
Refs #33476 -- Mentioned black in docs about pre-commit checks.
VaarunSinha
authored and
felixxm
committed
fe3518d
View commit details
Copy full SHA for fe3518d
Browse repository at this point
Fixed #33518 -- Added RemovedAfterNextVersionWarning.
saeedblanchette
authored and
felixxm
committed
e559070
View commit details
Copy full SHA for e559070
Browse repository at this point
Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.
OttoAndrey
authored
f70a875
View commit details
Copy full SHA for f70a875
Browse repository at this point
Commits on Feb 19, 2022
Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+.
smithdc1
authored
fac3dd7
View commit details
Copy full SHA for fac3dd7
Browse repository at this point
Commits on Feb 18, 2022
Fixed #33379 -- Added minimum database version checks.
Show description for 9ac3ef5
hramezani
authored and
felixxm
committed
9ac3ef5
View commit details
Copy full SHA for 9ac3ef5
Browse repository at this point
Fixed typo in docs/topics/i18n/translation.txt.
philippbosch
authored
7375423
View commit details
Copy full SHA for 7375423
Browse repository at this point
Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 translations.
nabil-rady
authored and
felixxm
committed
3079133
View commit details
Copy full SHA for 3079133
Browse repository at this point
Commits on Feb 17, 2022
Refs #28358 -- Fixed infinite recursion in LazyObject.__getattribute__().
Show description for b2ed0d7
3 people
committed
b2ed0d7
View commit details
Copy full SHA for b2ed0d7
Browse repository at this point
Refs #27468 -- Updated django.core.signing docstring.
Show description for a94ae4c
matthiask
authored
a94ae4c
View commit details
Copy full SHA for a94ae4c
Browse repository at this point
Commits on Feb 16, 2022
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowercased swappable setting.
Show description for 1e2e1be
felixxm
authored
1e2e1be
View commit details
Copy full SHA for 1e2e1be
Browse repository at this point
Made Field.error_messages a cached property.
Show description for 35c2474
collinanderson
authored
35c2474
View commit details
Copy full SHA for 35c2474
Browse repository at this point
Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.
Show description for 97d7990
2019342a
authored and
felixxm
committed
97d7990
View commit details
Copy full SHA for 97d7990
Browse repository at this point
Removed unused Node.__iter__().
kezabelle
authored and
felixxm
committed
1d071ec
View commit details
Copy full SHA for 1d071ec
Browse repository at this point
Commits on Feb 15, 2022
Refs #31407 -- Handled potential exception in test cleanup.
Show description for 236e6cb
carltongibson
committed
236e6cb
View commit details
Copy full SHA for 236e6cb
Browse repository at this point
Refs #33348 -- Made SimpleTestCase.assertFormError() raise ValueError when "field" is passed without "form_index".
bmispelon
authored and
felixxm
committed
f7e0bff
View commit details
Copy full SHA for f7e0bff
Browse repository at this point
Refs #33348 -- Fixed SimpleTestCase.assertFormError() error message raised for unbound forms.
felixxm
committed
d4c9dab
View commit details
Copy full SHA for d4c9dab
Browse repository at this point
Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/assertFormsetErrors().
Show description for d84cd91
bmispelon
authored and
felixxm
committed
d84cd91
View commit details
Copy full SHA for d84cd91
Browse repository at this point
Commits on Feb 14, 2022
Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when form_index is too big.
bmispelon
authored and
felixxm
committed
9bb13de
View commit details
Copy full SHA for 9bb13de
Browse repository at this point
Simplified SimpleTestCase.assertFormError()/assertFormsetErrors() calls in admin_views tests.
bmispelon
authored and
felixxm
committed
261885e
View commit details
Copy full SHA for 261885e
Browse repository at this point
Fixed field name in admin_views.tests.UserAdminTest.test_password_mismatch() assertion.
bmispelon
authored and
felixxm
committed
1f749d6
View commit details
Copy full SHA for 1f749d6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.