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 }}
rlaager
/
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 Sep 8, 2021
Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its verbose_name.
Siburg
authored and
felixxm
committed
46c8df6
View commit details
Copy full SHA for 46c8df6
Browse repository at this point
Refs #32219 -- Added admin model inline tests for verbose names.
Show description for 1bd6a7a
Siburg
and
felixxm
committed
1bd6a7a
View commit details
Copy full SHA for 1bd6a7a
Browse repository at this point
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of USE_L10N.
felixxm
authored
4a43335
View commit details
Copy full SHA for 4a43335
Browse repository at this point
Commits on Sep 7, 2021
Fixed #32076 -- Added async methods to BaseCache.
Show description for 301a85a
Andrew-Chen-Wang
authored and
felixxm
committed
301a85a
View commit details
Copy full SHA for 301a85a
Browse repository at this point
Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.
Show description for 42dfa97
ngnpope
authored and
felixxm
committed
42dfa97
View commit details
Copy full SHA for 42dfa97
Browse repository at this point
Refs #33060 -- Ensured cache backends validate keys.
Show description for 4b82578
ngnpope
and
felixxm
committed
4b82578
View commit details
Copy full SHA for 4b82578
Browse repository at this point
Refs #33060 -- Added memcached test for make_key() making keys invalid.
felixxm
committed
ec2f6ea
View commit details
Copy full SHA for ec2f6ea
Browse repository at this point
Commits on Sep 6, 2021
Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.
Show description for 3921b1c
inglesp
authored and
felixxm
committed
3921b1c
View commit details
Copy full SHA for 3921b1c
Browse repository at this point
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encode() methods of remaining password hashers.
mateoradman
authored and
felixxm
committed
a7f27fc
View commit details
Copy full SHA for a7f27fc
Browse repository at this point
Commits on Sep 4, 2021
Fixed typo in docs/topics/i18n/formatting.txt.
jacobtylerwalls
authored
e75a3a7
View commit details
Copy full SHA for e75a3a7
Browse repository at this point
Commits on Sep 3, 2021
Fixed #33067 -- Improved templatetag docs.
hammadarshad1
authored and
felixxm
committed
f1d2d26
View commit details
Copy full SHA for f1d2d26
Browse repository at this point
Refs #33060 -- Added .make_key() in .touch() for dummy cache backend.
Show description for 68b8eda
ngnpope
authored and
felixxm
committed
68b8eda
View commit details
Copy full SHA for 68b8eda
Browse repository at this point
Fixed #32975 -- Fixed admin system check for inlines with foreign keys to proxy models.
taliraj
authored and
felixxm
committed
0e8be73
View commit details
Copy full SHA for 0e8be73
Browse repository at this point
Commits on Sep 2, 2021
Refs #31907 -- Fixed incorrect argument for delete_many() in cache tests.
ngnpope
authored and
felixxm
committed
b8824e8
View commit details
Copy full SHA for b8824e8
Browse repository at this point
Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and added tests.
abbasidaniyal
authored and
felixxm
committed
dca4c2f
View commit details
Copy full SHA for dca4c2f
Browse repository at this point
Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.9.7+.
Show description for 50ed545
felixxm
authored
50ed545
View commit details
Copy full SHA for 50ed545
Browse repository at this point
Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.
Show description for d0ea01a
Stefanos I. Tsaklidis
authored and
felixxm
committed
d0ea01a
View commit details
Copy full SHA for d0ea01a
Browse repository at this point
Commits on Sep 1, 2021
Fixed #33044 -- Reallowed editable install into user site directory.
Show description for c1d50b9
carltongibson
authored
c1d50b9
View commit details
Copy full SHA for c1d50b9
Browse repository at this point
Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryset annotation.
David-Wobrock
authored and
felixxm
committed
691486a
View commit details
Copy full SHA for 691486a
Browse repository at this point
Fixed #33080 -- Preserved nullability of textual fields on Oracle.
Show description for 338fc0e
felixxm
committed
338fc0e
View commit details
Copy full SHA for 338fc0e
Browse repository at this point
Fixed typo in tests/schema/tests.py docstrings.
felixxm
committed
f65eb46
View commit details
Copy full SHA for f65eb46
Browse repository at this point
Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.
Show description for eeed488
ahaywardtvuk
authored and
carltongibson
committed
eeed488
View commit details
Copy full SHA for eeed488
Browse repository at this point
Fixed #32309 -- Added --exclude option to startapp/startproject management commands.
laymonage
authored and
felixxm
committed
84c7c4a
View commit details
Copy full SHA for 84c7c4a
Browse repository at this point
Refs #32309 -- Added test for excluding hidden directories in startproject command.
laymonage
authored and
felixxm
committed
3686077
View commit details
Copy full SHA for 3686077
Browse repository at this point
Added stub release notes for Django 3.2.8.
felixxm
committed
af10e97
View commit details
Copy full SHA for af10e97
Browse repository at this point
Added release date for 3.2.7.
felixxm
committed
f3a0dc5
View commit details
Copy full SHA for f3a0dc5
Browse repository at this point
Commits on Aug 31, 2021
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables when altering type of referenced primary key on Oracle.
felixxm
authored
1eb3f50
View commit details
Copy full SHA for 1eb3f50
Browse repository at this point
Fixed #25264 -- Allowed suppressing base command options in --help output.
Show description for b667ac2
jszoja
authored and
felixxm
committed
b667ac2
View commit details
Copy full SHA for b667ac2
Browse repository at this point
Refs #25264 -- Added test for command --help output with default options and custom arguments.
jszoja
authored and
felixxm
committed
97f377c
View commit details
Copy full SHA for 97f377c
Browse repository at this point
Refs #25264 -- Doc's that not all default options are supported by every management command.
jszoja
authored and
felixxm
committed
3cca5fd
View commit details
Copy full SHA for 3cca5fd
Browse repository at this point
Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().
felixxm
authored
93e06f2
View commit details
Copy full SHA for 93e06f2
Browse repository at this point
Fixed #33061 -- Fixed handling nonexistent keys with negative deltas in incr()/decr() in memcached backends.
Show description for 2c912c3
sondrelg
authored and
felixxm
committed
2c912c3
View commit details
Copy full SHA for 2c912c3
Browse repository at this point
Refs #33061 -- Added DummyCache.incr()/decr() tests for nonexistent keys with negative deltas.
sondrelg
authored and
felixxm
committed
96ab3a1
View commit details
Copy full SHA for 96ab3a1
Browse repository at this point
Commits on Aug 30, 2021
Fixed #24900 -- Allowed migrating backward to squashed migrations.
jacobtylerwalls
authored and
felixxm
committed
3219dd3
View commit details
Copy full SHA for 3219dd3
Browse repository at this point
Refs #24900 -- Added MigrationLoader test for applying squashed migrations.
jacobtylerwalls
authored and
felixxm
committed
9e17cc0
View commit details
Copy full SHA for 9e17cc0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.