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
Breadcrumbs
History for
django
django
on
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 1, 2021
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Refs #33061 -- Removed unnecessary BaseMemcachedCache.decr().
felixxm
authored
93e06f2
View commit details
Copy full SHA for 93e06f2
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Fixed #32992 -- Restored offset extraction for fixed offset timezones.
Show description for cbba499
carltongibson
authored and
felixxm
committed
cbba499
View commit details
Copy full SHA for cbba499
View code at this point
Browse repository at this point
Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks recursively.
emorozov
authored and
felixxm
committed
d89f976
View commit details
Copy full SHA for d89f976
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
Fixed #32900 -- Improved migrations questioner prompts.
mateoradman
authored and
felixxm
committed
02bc716
View commit details
Copy full SHA for 02bc716
View code at this point
Browse repository at this point
Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with non-ASCII model names.
hramezani
authored and
felixxm
committed
d1216e1
View commit details
Copy full SHA for d1216e1
View code at this point
Browse repository at this point
Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.
Show description for 5942ab5
smithdc1
authored and
felixxm
committed
5942ab5
View commit details
Copy full SHA for 5942ab5
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Refs #29898 -- Changed fields in ProjectState's relation registry to dict.
felixxm
authored
fa1d7ba
View commit details
Copy full SHA for fa1d7ba
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Refs #32919 -- Simplified Lexer.create_token() by reorganizing blocks.
cjerdonek
authored and
felixxm
committed
55cf9e9
View commit details
Copy full SHA for 55cf9e9
View code at this point
Browse repository at this point
Refs #32919 -- Added assertion for token start in Lexer.create_token().
Show description for 7ff72b5
cjerdonek
authored and
felixxm
committed
7ff72b5
View commit details
Copy full SHA for 7ff72b5
View code at this point
Browse repository at this point
Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.
Show description for 196a99d
manav014
and
felixxm
committed
196a99d
View commit details
Copy full SHA for 196a99d
View code at this point
Browse repository at this point
Commits on Aug 24, 2021
Fixed #32552 -- Added logger argument to DiscoverRunner.
cjerdonek
authored and
felixxm
committed
b263f4b
View commit details
Copy full SHA for b263f4b
View code at this point
Browse repository at this point
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
timgraham
authored
022d29c
View commit details
Copy full SHA for 022d29c
View code at this point
Browse repository at this point
Commits on Aug 23, 2021
Fixed #33030 -- Fixed broken links to GDAL docs.
MaertHaekkinen
authored and
felixxm
committed
ed317e7
View commit details
Copy full SHA for ed317e7
View code at this point
Browse repository at this point
Commits on Aug 20, 2021
Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_model_field_relations() hooks.
manav014
authored and
felixxm
committed
3e6a3e8
View commit details
Copy full SHA for 3e6a3e8
View code at this point
Browse repository at this point
Fixed #33017 -- Fixed storage engine introspection on MySQL.
Show description for 518ce7a
mtyaka
authored and
felixxm
committed
518ce7a
View commit details
Copy full SHA for 518ce7a
View code at this point
Browse repository at this point
Optimized DatabaseSchemaEditor._field_should_be_indexed() on MySQL.
mtyaka
authored and
felixxm
committed
e9aa20e
View commit details
Copy full SHA for e9aa20e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.