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 }}
nitzle
/
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 Jun 19, 2012
Removed unneeded u prefixes
claudep
committed
f08fa5b
Copy full SHA for f08fa5b
Fixed #15271 -- Defined a to_python method for GeometryField
Show description for 41eb70f
claudep
committed
41eb70f
Copy full SHA for 41eb70f
Added support for gdal 1.9.
dgerzo
authored and
apollo13
committed
45a1a54
Copy full SHA for 45a1a54
Fixed a documentation typo on the widget page.
tsaylor
authored and
apollo13
committed
f8ef93a
Copy full SHA for f8ef93a
Commits on Jun 18, 2012
Fixed #14502 again -- saner verbatim closing token
Show description for c57ba67
SmileyChris
committed
c57ba67
Copy full SHA for c57ba67
Fixed #18154 -- Documentation on closing File objects and best practices
gabejackson
authored and
SmileyChris
committed
ffa6d95
Copy full SHA for ffa6d95
Fixed #18444 -- Replace hard coded "View on Site" URLs
dhepper
authored and
apollo13
committed
aee9eec
Copy full SHA for aee9eec
Fixed #18450 -- Removed default values for i18n JavaScript URLs in Admin templates
dhepper
authored and
apollo13
committed
108f8dd
Copy full SHA for 108f8dd
Commits on Jun 17, 2012
Fixed GIS testsuite.
Show description for ac1b9ae
apollo13
committed
ac1b9ae
Copy full SHA for ac1b9ae
Fixed #18420 -- Prevented the admin JS from crashing when the main form contains no field. Thanks to maciej.maciaszek for the report and patch.
jphalip
committed
d708298
Copy full SHA for d708298
Commits on Jun 16, 2012
Updated the admin's minified JS files.
jphalip
committed
fadcc6d
Copy full SHA for fadcc6d
Fixed the path to the admin's compress.py script in the doc.
jphalip
committed
79ef390
Copy full SHA for 79ef390
Fixed #18477 -- Fixed colspan value when a TabularInline form contains validation errors. Thanks to yedpodtrzitko for the report and patch.
jphalip
committed
1ace912
Copy full SHA for 1ace912
Skip GeometryFieldTest if there's no spacial database.
jphalip
committed
1794e36
Copy full SHA for 1794e36
Commits on Jun 15, 2012
Favored text (StringIO) over binary content for deserialization
Show description for 5bdd0d6
claudep
committed
5bdd0d6
Copy full SHA for 5bdd0d6
Commits on Jun 14, 2012
IfParser.next() method renamed to avoid confusion with iterator protocol.
spookylukey
committed
fd6a9d3
Copy full SHA for fd6a9d3
Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.
Show description for edee20f
spookylukey
committed
edee20f
Copy full SHA for edee20f
Executed SpatialRefSysTest only with spatial backend
claudep
committed
023b704
Copy full SHA for 023b704
Discovered some geodjango tests with standard mechanism
Show description for 88601ba
claudep
committed
88601ba
Copy full SHA for 88601ba
Fixed #17754 -- Refactored gis.measure
Show description for 4d46106
claudep
committed
4d46106
Copy full SHA for 4d46106
Fixed #12140 -- Fixed http.urlencode result for empty lists
Show description for fe873e2
claudep
committed
fe873e2
Copy full SHA for fe873e2
Commits on Jun 13, 2012
Removed escaping test of query content
Show description for a2022da
claudep
committed
a2022da
Copy full SHA for a2022da
Fixed connection.queries encoding handling on Oracle
Show description for 86c20e3
akaariai
committed
86c20e3
Copy full SHA for 86c20e3
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Show description for e9ef977
claudep
committed
e9ef977
Copy full SHA for e9ef977
Commits on Jun 12, 2012
Added missing encoding prefix in localflavor test
claudep
committed
a7ef802
Copy full SHA for a7ef802
Cleaned up locale-related encoding issues
claudep
committed
35f9c2c
Copy full SHA for 35f9c2c
Commits on Jun 11, 2012
Fixed #18463 -- Forced type() argument to be a byte string
claudep
committed
3dd5d72
Copy full SHA for 3dd5d72
Fixed #18451 -- Vastly improved class based view documentation.
Show description for c4c7fbc
jezdez
committed
c4c7fbc
Copy full SHA for c4c7fbc
Commits on Jun 10, 2012
Fixed #18457 -- Fixed encoding error in yaml deserializer
Show description for 1a10a06
claudep
committed
1a10a06
Copy full SHA for 1a10a06
Corrected way to get URL of object in admin history template
spookylukey
committed
e9497a3
Copy full SHA for e9497a3
Commits on Jun 9, 2012
Added note about including fixtures hashing algorithm
Show description for b0d8085
claudep
committed
b0d8085
Copy full SHA for b0d8085
Fixed #18157 -- Documented that setting PASSWORD_HASHERS can speed up tests
claudep
committed
17d6cd9
Copy full SHA for 17d6cd9
Fixed pagination example wrt new next_page_number behavior
claudep
committed
514e827
Copy full SHA for 514e827
Fixed #17159 -- Validated returned number of next|previous_page_number
Show description for fc40a65
claudep
committed
fc40a65
Copy full SHA for fc40a65
Removed test of connection features before setting up databases
claudep
committed
ef906b1
Copy full SHA for ef906b1
Pagination
Previous
Next
You can’t perform that action at this time.