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 }}
andrewsg
/
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
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 Feb 19, 2014
Fixed #22093 -- Made Form.Meta.fields examples consistent.
Show description for 821fc92
timgraham
committed
821fc92
Copy full SHA for 821fc92
Added an example to the release notes for custom reverse managers.
loic
authored and
timgraham
committed
99416c7
Copy full SHA for 99416c7
Fixed #19647 -- Added formats.py for Esperanto.
Show description for b4f21d1
Baptiste Darthenay
authored and
bmispelon
committed
b4f21d1
Copy full SHA for b4f21d1
Commits on Feb 18, 2014
Fixed #21790 -- Removed reliance on an assert in auth.get_user().
Show description for e1c8bc8
timgraham
committed
e1c8bc8
Copy full SHA for e1c8bc8
flake8 fixes (unused imports and variables).
timgraham
committed
20f455b
Copy full SHA for 20f455b
Fixed #22062 -- Corrected static files config for Apache >= 2.4
timgraham
committed
ffa238c
Copy full SHA for ffa238c
Made content_type_extra optional for TemporaryUploadedFile and MemoryUploadedFile.
Show description for d3e33ff
YDS19872712
authored and
timgraham
committed
d3e33ff
Copy full SHA for d3e33ff
Fixed #21732 -- Made compilemessages complain about non-writable location
Show description for 621c5cf
claudep
committed
621c5cf
Copy full SHA for 621c5cf
Replaced 'test' by 'sqlall' management command in reverse_lazy test
claudep
committed
203f55b
Copy full SHA for 203f55b
Fixed broken tests when running with a non-TTY stdin.
bmispelon
committed
6b310ba
Copy full SHA for 6b310ba
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554f09.
Show description for 2a9ee49
bmispelon
committed
2a9ee49
Copy full SHA for 2a9ee49
Consolidated all tests for createsuperuser in the same TestCase.
bmispelon
committed
b78f9a1
Copy full SHA for b78f9a1
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Show description for 45edb9d
claudep
committed
45edb9d
Copy full SHA for 45edb9d
Commits on Feb 17, 2014
Fixed #22023 -- Raised an error for values() followed by defer() or only().
Show description for faf6a91
wiget
authored and
timgraham
committed
faf6a91
Copy full SHA for faf6a91
Fixed #7423 -- Skip superuser creation when not running in a TTY.
Show description for a763972
bmispelon
committed
a763972
Copy full SHA for a763972
Use assertEqual instead of assertEquals.
bmispelon
committed
81cd3a7
Copy full SHA for 81cd3a7
Added the possibility to pass a stdin object to a management command.
Show description for 116d398
bmispelon
committed
116d398
Copy full SHA for 116d398
Merge pull request #2270 from bmispelon/ticket-22030
Show description for 3c547a4
andrewgodwin
committed
3c547a4
Copy full SHA for 3c547a4
Commits on Feb 16, 2014
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
Show description for a8ba76c
MattBlack85
authored and
honzakral
committed
a8ba76c
Copy full SHA for a8ba76c
Made the new template.Context.flatten() method a public API.
Show description for 8274fa6
onjin
authored and
bmispelon
committed
8274fa6
Copy full SHA for 8274fa6
Added some links in i18n documentation
Xaerxess
authored and
bmispelon
committed
57ba5bf
Copy full SHA for 57ba5bf
Fixed two typos in documentation
Xaerxess
authored and
bmispelon
committed
bb83a32
Copy full SHA for bb83a32
Fixed #21939 -- Deprecated loading ssi/url tags from future.
zsiciarz
committed
74d4d58
Copy full SHA for 74d4d58
Fixed #18745 - Documentation change explaining tuple to list with signing.
Show description for 653527d
MattBlack85
committed
653527d
Copy full SHA for 653527d
Commits on Feb 15, 2014
Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d6b02.
Show description for 9db4271
bmispelon
committed
9db4271
Copy full SHA for 9db4271
Split line and added indentation for better readability.
budzinski
authored and
timgraham
committed
f46ef75
Copy full SHA for f46ef75
Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().
Show description for 94b5bc3
zsiciarz
authored and
timgraham
committed
94b5bc3
Copy full SHA for 94b5bc3
Corrected a pair of flake8 violations
alex
committed
cd7f37b
Copy full SHA for cd7f37b
Fixed #21725 -- Fixed JavaScript quoting encoding.
Show description for 1c1dffc
MattBlack85
authored and
bmispelon
committed
1c1dffc
Copy full SHA for 1c1dffc
Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAULT_FROM_EMAIL.
zsiciarz
committed
44814e7
Copy full SHA for 44814e7
Improved fix for #18373 -- backward compatibility
Show description for 0b6f9f7
gnosek
committed
0b6f9f7
Copy full SHA for 0b6f9f7
Fixed #22047 -- detecting related_name clash with inheritance
Show description for d013350
Christopher Medrela
authored and
bmispelon
committed
d013350
Copy full SHA for d013350
Fixed some flake8 errors from recent commits.
timgraham
committed
65b421c
Copy full SHA for 65b421c
Fixed #21912 -- Improved error message if a view returns None.
Show description for 1150053
AeroNotix
authored and
timgraham
committed
1150053
Copy full SHA for 1150053
Fixed #21765 -- Added support for comparing Context instances
onjin
authored and
bmispelon
committed
d97bf2e
Copy full SHA for d97bf2e
Pagination
Previous
Next
You can’t perform that action at this time.