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 }}
reclosedev
/
django
Public
forked from
django/django
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Jul 22, 2012
[py3] Documented coding guidelines for Python 3.
aaugustin
committed
00ace01
Copy full SHA for 00ace01
[py3] Added Python 3 compatibility for xrange.
aaugustin
committed
a84d79f
Copy full SHA for a84d79f
[py3] Switched to Python 3-compatible imports.
Show description for ca07fda
aaugustin
committed
ca07fda
Copy full SHA for ca07fda
[py3] Updated urllib/urllib2/urlparse imports.
Show description for 0d914d0
aaugustin
committed
0d914d0
Copy full SHA for 0d914d0
[py3] Replaced unicode/str by six.text_type/bytes.
aaugustin
committed
bdca5ea
Copy full SHA for bdca5ea
[py3] Replaced basestring by six.string_types.
aaugustin
committed
3cb2457
Copy full SHA for 3cb2457
[py3] Fixed remaining Python 3 syntax errors.
Show description for cacd845
aaugustin
committed
cacd845
Copy full SHA for cacd845
[py3] Removed longs.
aaugustin
committed
56dbe92
Copy full SHA for 56dbe92
[py3] Switched to Python 3-compatible introspection.
aaugustin
committed
f1d5dc8
Copy full SHA for f1d5dc8
[py3] Used six.with_metaclass wherever necessary.
aaugustin
committed
d11d45a
Copy full SHA for d11d45a
[py3] Exception aren't iterable in Python 3.
aaugustin
committed
7fa51a2
Copy full SHA for 7fa51a2
[py3] Used six.reraise wherever necessary.
aaugustin
committed
d796c94
Copy full SHA for d796c94
[py3] Fixed django.utils.six.moves.
Show description for 473d5f4
aaugustin
committed
473d5f4
Copy full SHA for 473d5f4
[py3] Bundled six for Python 3 compatibility.
Show description for 8b01909
aaugustin
committed
8b01909
Copy full SHA for 8b01909
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the p…
Show description for 01c3926
jphalip
committed
01c3926
Copy full SHA for 01c3926
Commits on Jul 21, 2012
Made LiveServerTestCase to restore state on exit.
Show description for ea667ee
ramiro
committed
ea667ee
Copy full SHA for ea667ee
Fixed an `except` statement to be Python3-compatible. Thanks to charettes for the tip.
jphalip
committed
2b66443
Copy full SHA for 2b66443
Removed u prefix on a unicode string.
aaugustin
committed
4ceb9db
Copy full SHA for 4ceb9db
Fixed #6170 -- Ensured that a useful exception is raised when a regex is invalid in the URLConf.
Show description for 1af0271
jphalip
committed
1af0271
Copy full SHA for 1af0271
Re-added Windows line ending stripped in previous commit
Show description for 9ecd978
claudep
committed
9ecd978
Copy full SHA for 9ecd978
Fixed #4680 -- Improved initial_sql parsing
Show description for 423244b
claudep
committed
423244b
Copy full SHA for 423244b
Fixed #18395 -- Reset language-related global variables with setting_changed
claudep
committed
32a4df6
Copy full SHA for 32a4df6
Commits on Jul 20, 2012
Switched to octal notation (bis).
aaugustin
committed
38c18f1
Copy full SHA for 38c18f1
Switched to Python 3-compatible octal notation.
aaugustin
committed
324d48d
Copy full SHA for 324d48d
Removed u prefixes on unicode strings.
Show description for 85cd458
aaugustin
committed
85cd458
Copy full SHA for 85cd458
Commits on Jul 19, 2012
Fixed #18504 -- Computed |naturalday in local time.
aaugustin
committed
5d560dc
Copy full SHA for 5d560dc
Fixed #18608 -- Reduced monkey-patching in tests.
Show description for 123362d
aaugustin
committed
123362d
Copy full SHA for 123362d
Commits on Jul 18, 2012
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
Show description for c54905b
claudep
committed
c54905b
Copy full SHA for c54905b
Moved myself to primary authors in AUTHORS.
apollo13
committed
d8e221d
Copy full SHA for d8e221d
Update my bio.
alex
committed
6d0dbd8
Copy full SHA for 6d0dbd8
Fixed #18645 -- Clarified filesizeformat implementation
Show description for 1e89a20
aaugustin
committed
1e89a20
Copy full SHA for 1e89a20
Updated my bio.
jezdez
committed
810fd23
Copy full SHA for 810fd23
Added myself to internals/committers.txt.
apollo13
committed
adad6c3
Copy full SHA for adad6c3
Commits on Jul 17, 2012
Fixed #18547 -- Improved error message when gettext is missing
claudep
committed
8184aff
Copy full SHA for 8184aff
Fixed #18561 -- Made HttpResponse.tell() support non-ascii chars
claudep
committed
23f94f0
Copy full SHA for 23f94f0
Pagination
Previous
Next
You can’t perform that action at this time.