Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
claudep
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Pull requests
1
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 15, 2020
Used :rfc: role in various docs.
felixxm
committed
f1a808a
Copy full SHA for f1a808a
Refs #27468 -- Changed default Signer algorithm to SHA-256.
claudep
authored and
felixxm
committed
71c4fb7
Copy full SHA for 71c4fb7
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Show description for 4bb33bb
adamchainz
authored and
felixxm
committed
4bb33bb
Copy full SHA for 4bb33bb
Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.
sobolevn
authored and
carltongibson
committed
578c03b
Copy full SHA for 578c03b
Fixed typo in docs/ref/templates/builtins.txt.
felixxm
authored
fc0b48d
Copy full SHA for fc0b48d
Fixed #31268 -- Updated Algerian Arabic (ar_DZ) locale formats.
infosrabah
authored and
felixxm
committed
25afe59
Copy full SHA for 25afe59
Fixed #31451 -- Made settings cleansing work with list and tuple settings.
ichlaffterlalu
authored and
felixxm
committed
3e7c39f
Copy full SHA for 3e7c39f
Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets for ManyToManyFields with formfield_overrides.
007gzs
authored and
felixxm
committed
d51c50d
Copy full SHA for d51c50d
Commits on Apr 14, 2020
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
adamchainz
committed
5b884d4
Copy full SHA for 5b884d4
Refs #29501 -- Allowed customizing exit status for management commands.
adamchainz
authored and
felixxm
committed
8e8c3f9
Copy full SHA for 8e8c3f9
Refs #29501 -- Simplified BaseCommand.run_from_argv() a bit.
adamchainz
authored and
felixxm
committed
6cad911
Copy full SHA for 6cad911
Refs #29501 -- Made dbshell catch more specific FileNotFoundError.
adamchainz
authored and
felixxm
committed
8bd9000
Copy full SHA for 8bd9000
Refs #29501 -- Added test for missing dbshell executable.
felixxm
committed
8189976
Copy full SHA for 8189976
Fixed #31196 -- Added support for PostGIS 3.
sir-sigurd
authored and
felixxm
committed
b9e2355
Copy full SHA for b9e2355
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
claudep
authored and
felixxm
committed
a6b4c07
Copy full SHA for a6b4c07
Fixed term warning on Sphinx 3.0.1+.
Show description for cc70a03
felixxm
authored
cc70a03
Copy full SHA for cc70a03
Sorted imports in docs/_ext/djangodocs.py.
timgraham
authored
ee37d20
Copy full SHA for ee37d20
Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
Show description for b5ad450
andrewgodwin
authored
b5ad450
Copy full SHA for b5ad450
Commits on Apr 10, 2020
Fixed #31351 -- Added system checks for partial indexes and unique constraints support.
ichlaffterlalu
authored and
felixxm
committed
53d229f
Copy full SHA for 53d229f
Refs #31055 -- Allowed database queries in invalid_models_tests.test_models.FieldNamesTests.
felixxm
committed
e8d3088
Copy full SHA for e8d3088
Refs #28305 -- Consolidated field referencing detection in migrations.
Show description for f5ede1c
charettes
authored and
felixxm
committed
f5ede1c
Copy full SHA for f5ede1c
Refs #10427 -- Corrected BoundField.css_classes() signature in docs.
smithdc1
authored and
felixxm
committed
734fde7
Copy full SHA for 734fde7
Completed test coverage for BoundField.css_classes().
smithdc1
authored and
felixxm
committed
c8c9dbf
Copy full SHA for c8c9dbf
Fixed #13009 -- Added BoundField.widget_type property.
smithdc1
authored and
felixxm
committed
a350bfa
Copy full SHA for a350bfa
Commits on Apr 9, 2020
Mentioned non_field_errors in form validation docs.
sks444
authored and
felixxm
committed
ab903fe
Copy full SHA for ab903fe
Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+.
Show description for ed274a4
carltongibson
and
markkorput
committed
ed274a4
Copy full SHA for ed274a4
Fixed #30779 -- Improved selection of filenames in technical 500 debug page.
blueyed
authored and
felixxm
committed
377018b
Copy full SHA for 377018b
Refs #31411 -- Used RENAME COLUMN on MySQL 8.0.4+.
Show description for 9cab261
felixxm
authored
9cab261
Copy full SHA for 9cab261
Replaced ModelTuple by a model resolving function and bare tuples.
Show description for 8b7b19f
charettes
authored and
felixxm
committed
8b7b19f
Copy full SHA for 8b7b19f
Replaced Operation._get_model_tuple() by ModelTuple.from_model().
Show description for 5ca5178
charettes
authored and
felixxm
committed
5ca5178
Copy full SHA for 5ca5178
Made Operation.references_model/references_field require app_label.
Show description for 8069526
charettes
authored and
felixxm
committed
8069526
Copy full SHA for 8069526
Refs #22608 -- Made app_label required when optimizing migrations.
Show description for 25bf15c
charettes
authored and
felixxm
committed
25bf15c
Copy full SHA for 25bf15c
Increased test coverage for forms.ImageField.to_python().
smithdc1
authored and
felixxm
committed
911545d
Copy full SHA for 911545d
Commits on Apr 8, 2020
Fixed #31437 -- Corrected tests to show abstract multiple inheritance system check error.
Show description for 4bbe826
carltongibson
authored and
felixxm
committed
4bbe826
Copy full SHA for 4bbe826
Fixed typo in tests/backends/base/test_operations.py.
felixxm
authored
537b0c5
Copy full SHA for 537b0c5
Pagination
Previous
Next
You can’t perform that action at this time.