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 }}
mrts
/
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 Aug 6, 2021
Refs #32956 -- Corrected spelling of daylight saving time.
Show description for 8208381
smithdc1
authored and
felixxm
committed
8208381
View commit details
Copy full SHA for 8208381
Browse repository at this point
Fixed typo in regex for IPv6 literals in EmailValidator.
qimingmafan
authored and
felixxm
committed
ee46722
View commit details
Copy full SHA for ee46722
Browse repository at this point
Refs #22123 -- Added more URLValidator test for invalid IPv6 literals.
felixxm
committed
61d92c6
View commit details
Copy full SHA for 61d92c6
Browse repository at this point
Fixed #32983 -- Added system check for redundant related_name on symmetrical M2M fields.
Show description for 5d4f21b
partofthething
authored and
carltongibson
committed
5d4f21b
View commit details
Copy full SHA for 5d4f21b
Browse repository at this point
Refs #32983 -- Removed unneeded related_name from test model definitions.
partofthething
authored and
carltongibson
committed
1fb21ab
View commit details
Copy full SHA for 1fb21ab
Browse repository at this point
Commits on Aug 5, 2021
Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesMixin.
jwygoda
authored and
felixxm
committed
d3c4696
View commit details
Copy full SHA for d3c4696
Browse repository at this point
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template.
cjerdonek
authored and
felixxm
committed
4fe3774
View commit details
Copy full SHA for 4fe3774
Browse repository at this point
Fixed #32986 -- Removed unneeded str.find() call in Lexer.create_token().
Show description for e79ae5c
cjerdonek
authored and
felixxm
committed
e79ae5c
View commit details
Copy full SHA for e79ae5c
Browse repository at this point
Fixed #32988 -- Prevented creation of more test databases than TestCases.
Show description for ab16507
felixxm
authored
ab16507
View commit details
Copy full SHA for ab16507
Browse repository at this point
Commits on Aug 4, 2021
Fixed #29205 -- Corrected rendering of required attributes for MultiValueField subfields.
jacobtylerwalls
authored and
carltongibson
committed
2d0ae8d
View commit details
Copy full SHA for 2d0ae8d
Browse repository at this point
Fixed #32855 -- Corrected BoundWidget.id_for_label() with custom auto_id.
jrief
authored and
carltongibson
committed
db1fc5c
View commit details
Copy full SHA for db1fc5c
Browse repository at this point
Fixed #29063 -- Fixed migrate crash when specifying a name of partially applied squashed migrations.
jacobtylerwalls
authored and
felixxm
committed
910ecd1
View commit details
Copy full SHA for 910ecd1
Browse repository at this point
Fixed typos in migrations tests, comments, and error message.
jacobtylerwalls
authored and
felixxm
committed
202d3e1
View commit details
Copy full SHA for 202d3e1
Browse repository at this point
Used assertRaisesMessage() to test MigrationLoader.get_migration_by_prefix()'s error messages.
felixxm
committed
52f9cfe
View commit details
Copy full SHA for 52f9cfe
Browse repository at this point
Refs #32074 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.
Show description for 7afca03
mgorny
authored and
felixxm
committed
7afca03
View commit details
Copy full SHA for 7afca03
Browse repository at this point
Commits on Aug 3, 2021
Fixed #32984 -- Allowed customizing a deletion field widget in formsets.
tiesjan
authored and
felixxm
committed
4f3acf9
View commit details
Copy full SHA for 4f3acf9
Browse repository at this point
Fixed typos in tests/forms_tests/tests/test_formsets.py.
tiesjan
authored and
felixxm
committed
47cb85b
View commit details
Copy full SHA for 47cb85b
Browse repository at this point
Fixed #31621 -- Added support for '--parallel auto' to test management command.
adamchainz
authored and
felixxm
committed
ae89daf
View commit details
Copy full SHA for ae89daf
Browse repository at this point
Refs #31621 -- Added more tests for test --parallel option.
adamchainz
authored and
felixxm
committed
7e38a8d
View commit details
Copy full SHA for 7e38a8d
Browse repository at this point
Refs #32800 -- Added tests of more CSRF functions.
cjerdonek
authored and
felixxm
committed
795051b
View commit details
Copy full SHA for 795051b
Browse repository at this point
Refs #32800 -- Renamed _compare_masked_tokens() to _does_token_match().
cjerdonek
authored and
felixxm
committed
7132341
View commit details
Copy full SHA for 7132341
Browse repository at this point
Commits on Aug 2, 2021
Updated BaseDatabaseFeatures link in testing tools docs.
lotheac
authored and
felixxm
committed
4b6208f
View commit details
Copy full SHA for 4b6208f
Browse repository at this point
Fixed #32919 -- Optimized lexing & parsing of templates.
Show description for edf184d
kezabelle
committed
edf184d
View commit details
Copy full SHA for edf184d
Browse repository at this point
Added test for TemplateSyntaxError when variables begin with underscores.
felixxm
committed
34d5336
View commit details
Copy full SHA for 34d5336
Browse repository at this point
Simplified serializing HTTP response headers.
Show description for f03ba0a
illia-v
and
ngnpope
authored
f03ba0a
View commit details
Copy full SHA for f03ba0a
Browse repository at this point
Added stub release notes for Django 3.2.7.
carltongibson
committed
947bdec
View commit details
Copy full SHA for 947bdec
Browse repository at this point
Clarified URL patterns in tutorial 3.
Show description for 4114531
Nicolas-Reyland
and
ngnpope
authored
4114531
View commit details
Copy full SHA for 4114531
Browse repository at this point
Refs #32956 -- Corrected spelling of "gray".
smithdc1
authored
f9b7704
View commit details
Copy full SHA for f9b7704
Browse repository at this point
Refs #32956 -- Corrected usage of "insure" and "assure".
smithdc1
authored
6802ac4
View commit details
Copy full SHA for 6802ac4
Browse repository at this point
Confirmed release date for Django 3.2.6.
carltongibson
committed
74a86e9
View commit details
Copy full SHA for 74a86e9
Browse repository at this point
Commits on Jul 30, 2021
Refs #32956 -- Updated words ending in -wards.
Show description for fbb1984
smithdc1
authored
fbb1984
View commit details
Copy full SHA for fbb1984
Browse repository at this point
Refs #31676 -- Updated technical board description in organization docs.
Show description for f2ed221
felixxm
committed
f2ed221
View commit details
Copy full SHA for f2ed221
Browse repository at this point
Refs #31676 -- Added Mergers and Releasers to organization docs.
Show description for 228ec8e
felixxm
committed
228ec8e
View commit details
Copy full SHA for 228ec8e
Browse repository at this point
Refs #31676 -- Removed Core team from organization docs.
Show description for caa2dd0
felixxm
committed
caa2dd0
View commit details
Copy full SHA for caa2dd0
Browse repository at this point
Refs #32966 -- Refactored out DateTimeCheckMixin._check_if_value_fixed().
cjerdonek
authored and
felixxm
committed
6f5e07a
View commit details
Copy full SHA for 6f5e07a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.