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 }}
glenrobertson
/
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 May 18, 2012
Merge pull request #24 from marcneuwirth/master
Show description for 04785d2
adrianholovaty
committed
04785d2
Copy full SHA for 04785d2
Merge pull request #68 from BooBSD/patch-1
Show description for 243b99c
adrianholovaty
committed
243b99c
Copy full SHA for 243b99c
Merge pull request #70 from tswicegood/fix-js-scope
Show description for 4b75546
adrianholovaty
committed
4b75546
Copy full SHA for 4b75546
Merge pull request #79 from stratoukos/master
Show description for 69a04af
adrianholovaty
committed
69a04af
Copy full SHA for 69a04af
Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible
Show description for 91727c7
claudep
committed
91727c7
Copy full SHA for 91727c7
Added more relative imports in contrib.gis.
claudep
committed
02eca6c
Copy full SHA for 02eca6c
Got rid of old __cmp__methods replaced by rich comparison.
Show description for d04f72f
claudep
committed
d04f72f
Copy full SHA for d04f72f
Fixed broken ES localflavor test after 4774875.
claudep
committed
45f55a9
Copy full SHA for 45f55a9
remove mention of djangoproject.com from cbv topic
Show description for 5d80d30
Stratos Moros
committed
5d80d30
Copy full SHA for 5d80d30
Fixed #18334 -- Fixed detection of supports_stddev backend feature.
Show description for 7549de8
claudep
committed
7549de8
Copy full SHA for 7549de8
Commits on May 17, 2012
Small change to a template in the FormWizard docs
Show description for 7495730
SmileyChris
committed
7495730
Copy full SHA for 7495730
Added load i18n code to the base wizard form template documentation as it uses the trans tag.
jcowgar
committed
c23d306
Copy full SHA for c23d306
Fixed #6916 -- Wrong spelling of Spanish province.
aaugustin
committed
4774875
Copy full SHA for 4774875
Added a test for DayArchiveView. Refs #17192.
aaugustin
committed
ab268e1
Copy full SHA for ab268e1
Fixed #18323 -- Refactored date arithmetic
Show description for 20e6973
aaugustin
committed
20e6973
Copy full SHA for 20e6973
Fixed #9893 -- Validated the length of file names
Show description for dcd4383
aaugustin
committed
dcd4383
Copy full SHA for dcd4383
Mentioned the previous commit in the release notes
aaugustin
committed
82a76ef
Copy full SHA for 82a76ef
Fixed #17449 -- Added OPTIONS to generic views.
Show description for c4996df
aaugustin
committed
c4996df
Copy full SHA for c4996df
Fixed #17535 -- Optimized list generic views.
Show description for 009e237
aaugustin
committed
009e237
Copy full SHA for 009e237
Fixed #18326 -- Stripped ending chars in LiveServerViews tests.
Show description for 006c2b8
claudep
committed
006c2b8
Copy full SHA for 006c2b8
Commits on May 16, 2012
Hidden __pycache__ dirs for FilePathField. Refs #17393.
Show description for eb0140b
claudep
committed
eb0140b
Copy full SHA for eb0140b
Swap out to === for the true comparison to avoid possible coercion issues
tswicegood
committed
f92c7c5
Copy full SHA for f92c7c5
Add missing semi-colons
tswicegood
committed
6e3b996
Copy full SHA for 6e3b996
Remove `var` declaration---this variable is already delcared as an argument
tswicegood
committed
67fd30e
Copy full SHA for 67fd30e
Make sure these functions don't bleed into the global scope
Show description for c647065
tswicegood
committed
c647065
Copy full SHA for c647065
Fixing my e-mail duplicates.
BooBSD
committed
e656ca9
Copy full SHA for e656ca9
Merge pull request #43 from techtonik/patch-1
Show description for aa757ac
adrianholovaty
committed
aa757ac
Copy full SHA for aa757ac
Fix issue #18267 - document `settings.configured` property.
techtonik
committed
59d2b8a
Copy full SHA for 59d2b8a
Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch.
jezdez
committed
5f75ac9
Copy full SHA for 5f75ac9
Commits on May 15, 2012
Updated installation instructions.
Show description for 085c03e
aaugustin
committed
085c03e
Copy full SHA for 085c03e
Fixed #18019 -- Use threaded runserver only when database supports it.
claudep
committed
bb4452f
Copy full SHA for bb4452f
Commits on May 14, 2012
Fixed #10890: added prev/next_week in the context
Show description for fcb09b5
aaugustin
committed
fcb09b5
Copy full SHA for fcb09b5
Commits on May 12, 2012
Replaced im_func and im_self by __func__ and __self__.
Show description for bbb1258
claudep
committed
bbb1258
Copy full SHA for bbb1258
Added missing relative imports in test files.
claudep
committed
33ffd28
Copy full SHA for 33ffd28
Avoided test failure on MySQL by skipping a failing test
Show description for de79d23
akaariai
committed
de79d23
Copy full SHA for de79d23
Pagination
Previous
Next
You can’t perform that action at this time.