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 }}
com4
/
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
main
User selector
All users
All time
Commit history
Commits on Apr 20, 2021
Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite.
xi
authored and
felixxm
committed
54e9464
View commit details
Copy full SHA for 54e9464
Browse repository at this point
Refs #25287 -- Added _sqlite_prepare_dtdelta_param() hook.
xi
authored and
felixxm
committed
9e1ccd7
View commit details
Copy full SHA for 9e1ccd7
Browse repository at this point
Removed unnecessary line in OrderBy.as_sql().
Show description for 4bb27c8
davidjb
authored
4bb27c8
View commit details
Copy full SHA for 4bb27c8
Browse repository at this point
Fixed #32664 -- Made PasswordResetTokenGenerator.secret validation lazy.
Show description for 6b0b3ea
francoisfreitag
authored and
felixxm
committed
6b0b3ea
View commit details
Copy full SHA for 6b0b3ea
Browse repository at this point
Refs #28017 -- Added test for PasswordResetTokenGenerator subclass with a custom secret.
francoisfreitag
authored and
felixxm
committed
b13af47
View commit details
Copy full SHA for b13af47
Browse repository at this point
Commits on Apr 19, 2021
Fixed #32574 -- Confirmed support for PROJ 8.x.
smithdc1
authored and
felixxm
committed
3fec16e
View commit details
Copy full SHA for 3fec16e
Browse repository at this point
Refs #32609 -- Simplified test_labels_set construction in runtests.py's setup().
Show description for 413c15e
cjerdonek
authored
413c15e
View commit details
Copy full SHA for 413c15e
Browse repository at this point
Refs #32611 -- Removed initial "Testing against ..." log message calls from --bisect/--pair runtests options.
cjerdonek
authored and
felixxm
committed
a41ed8f
View commit details
Copy full SHA for a41ed8f
Browse repository at this point
Fixed #32611 -- Prevented unecessary setup()/teardown() calls when using --bisect/--pair runtests options.
Show description for 9fa8460
cjerdonek
authored and
felixxm
committed
9fa8460
View commit details
Copy full SHA for 9fa8460
Browse repository at this point
Commits on Apr 16, 2021
Fixed #29899 -- Made autodetector use model states instead of model classes.
Show description for aa4acc1
David-Wobrock
authored and
felixxm
committed
aa4acc1
View commit details
Copy full SHA for aa4acc1
Browse repository at this point
Refs #29899 -- Improved variable names in MigrationAutodetector._detect_changes().
David-Wobrock
authored and
felixxm
committed
a678494
View commit details
Copy full SHA for a678494
Browse repository at this point
Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.
David-Wobrock
authored and
felixxm
committed
fd325b9
View commit details
Copy full SHA for fd325b9
Browse repository at this point
Corrected File, ContentFile, and ImageFile signatures in docs.
adamchainz
authored and
felixxm
committed
725ca1f
View commit details
Copy full SHA for 725ca1f
Browse repository at this point
Commits on Apr 15, 2021
Fixed #32652 -- Fixed links to new contributors FAQ.
carltongibson
committed
e3e2276
View commit details
Copy full SHA for e3e2276
Browse repository at this point
Fixed #32641 -- Made DiscoverRunner print the number of found tests.
Show description for a815a6a
girishsontakke
authored and
felixxm
committed
a815a6a
View commit details
Copy full SHA for a815a6a
Browse repository at this point
Removed obsolete version check in setup.py.
Show description for 78eaae9
ngnpope
authored
78eaae9
View commit details
Copy full SHA for 78eaae9
Browse repository at this point
Commits on Apr 14, 2021
Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.
Show description for 4511d14
apollo13
authored and
felixxm
committed
4511d14
View commit details
Copy full SHA for 4511d14
Browse repository at this point
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB.
Show description for ca98729
felixxm
authored
ca98729
View commit details
Copy full SHA for ca98729
Browse repository at this point
Refs #32548 -- Forwardported 3.2.1 release note.
felixxm
committed
338eb65
View commit details
Copy full SHA for 338eb65
Browse repository at this point
Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
paris-ci
authored and
carltongibson
committed
08c60cc
View commit details
Copy full SHA for 08c60cc
Browse repository at this point
Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against phrases with unbalanced quotes.
Show description for 23fa29f
felixxm
authored
23fa29f
View commit details
Copy full SHA for 23fa29f
Browse repository at this point
Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckConstraint.check and UniqueConstraint.condition.
Show description for a77c9a4
hramezani
authored and
felixxm
committed
a77c9a4
View commit details
Copy full SHA for a77c9a4
Browse repository at this point
Refs #31530 -- Added test for joined OneToOneField in CheckConstraint.check
hramezani
authored and
felixxm
committed
33abc55
View commit details
Copy full SHA for 33abc55
Browse repository at this point
Commits on Apr 13, 2021
Corrected typo in Field.deconstruct docstring.
blueyed
authored and
carltongibson
committed
59552be
View commit details
Copy full SHA for 59552be
Browse repository at this point
Fixed #32637 -- Restored exception message on technical 404 debug page.
Show description for 3b8527e
felixxm
authored
3b8527e
View commit details
Copy full SHA for 3b8527e
Browse repository at this point
Reduced the garbage collection frequency in runtests.py.
adamchainz
authored and
felixxm
committed
b8bb9e1
View commit details
Copy full SHA for b8bb9e1
Browse repository at this point
Commits on Apr 12, 2021
Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns.
iurisilvio
authored and
felixxm
committed
9760e26
View commit details
Copy full SHA for 9760e26
Browse repository at this point
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Show description for 823a9e6
cjerdonek
authored and
felixxm
committed
823a9e6
View commit details
Copy full SHA for 823a9e6
Browse repository at this point
Refs #32416 -- Added LiveServerTestCase._make_connections_override() hook.
cjerdonek
authored and
felixxm
committed
71a936f
View commit details
Copy full SHA for 71a936f
Browse repository at this point
Commits on Apr 10, 2021
Fixed #31937 -- Eased translation of time strings in some languages.
claudep
authored and
felixxm
committed
e4430f2
View commit details
Copy full SHA for e4430f2
Browse repository at this point
Commits on Apr 9, 2021
Fixed #32618 -- Added link to conditional aggregation in aggregation topic guide.
hramezani
authored
1351f2e
View commit details
Copy full SHA for 1351f2e
Browse repository at this point
Refs #32074 -- Removed usage of Python's deprecated distutils.version package.
Show description for b8c9e9f
felixxm
authored
b8c9e9f
View commit details
Copy full SHA for b8c9e9f
Browse repository at this point
Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middleware docs.
hramezani
authored
fc268c8
View commit details
Copy full SHA for fc268c8
Browse repository at this point
Added missing "event" argument to addEventListener() call in actions.js.
rpnunez
authored
e84b054
View commit details
Copy full SHA for e84b054
Browse repository at this point
Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in technical 500 debug page.
collinanderson
authored and
felixxm
committed
1c00493
View commit details
Copy full SHA for 1c00493
Browse repository at this point
Previous
Next
You can’t perform that action at this time.