index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-11-04
Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.
Justin Bronn
2010-11-04
Sped up the create_permissions signal handler (and thus the test suite) by re...
Alex Gaynor
2010-11-02
Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.
Justin Bronn
2010-11-02
Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...
Alex Gaynor
2010-11-02
Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Ga...
Alex Gaynor
2010-11-02
Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'
Carl Meyer
2010-11-02
Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...
Russell Keith-Magee
2010-11-02
Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed s...
Gabriel Hurley
2010-11-02
Fixed #14594 -- Corrected r14435, which got the logic completely bass ackward...
Russell Keith-Magee
2010-11-02
Fixed #14594 -- Corrected a problem introduced by r14394 whereby reading POST...
Russell Keith-Magee
2010-11-02
Fixed #14596 -- Light refactoring of the cache backends.
Russell Keith-Magee
2010-11-02
Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ...
Alex Gaynor
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-11-02
Properly handle the fact that lists are mutable when trying to maintain state...
Alex Gaynor
2010-11-02
Migrated app_loading doctests.
Russell Keith-Magee
2010-11-02
Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...
Russell Keith-Magee
2010-11-02
Migrated lookup doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-11-02
Migrated basic doctests. Thanks to Preston Timmons for the patch.
Russell Keith-Magee
2010-11-02
Migrated m2m_through doctests. Thanks to the anonymous contributor.
Russell Keith-Magee
2010-11-01
Added a filter to silence the RuntimeWarning in the Indonesian localflavor te...
Russell Keith-Magee
2010-11-01
Fixed some a stale location and whitespace in GeoIP tests.
Justin Bronn
2010-11-01
Fixed regression introduced in r13755 that prevented the running of the GEOS/...
Justin Bronn
2010-11-01
Restructure the create_permission signal handler to perform fewer SQL queries...
Alex Gaynor
2010-11-01
Removed dead compatibility code for removed AdminSite.root() method for mount...
Carl Meyer
2010-11-01
Fixed #14455 -- Documented the backwards compatibility policy for local flavo...
Russell Keith-Magee
2010-10-31
Fixed a typo in the class based views docs, thanks to lasko for the report.
Alex Gaynor
2010-10-31
Reflow django/contrib/auth/management/__init__.py for readability.
Alex Gaynor
2010-10-31
Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...
Alex Gaynor
2010-10-31
Ensure that assertNumQueries doesn't swallow exceptions inside the function.
Alex Gaynor
2010-10-31
Fixed #13503 -- Corrected misleading custom permission example in the docs.
Ramiro Morales
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-10-30
Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...
Alex Gaynor
2010-10-30
Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to ...
Russell Keith-Magee
2010-10-30
Reordered the shutdown process for tests so that all tests force a connection...
Russell Keith-Magee
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
2010-10-30
Fixed #14589 -- Corrected a copy-and-paste error introduced in r14395. Thanks...
Russell Keith-Magee
2010-10-30
Sped up the staticfiles_tests by allowing them to only search a few relevant ...
Alex Gaynor
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-10-29
Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...
Russell Keith-Magee
2010-10-29
Fixed #14523 -- Modified response handling so that exceptions raised by proce...
Russell Keith-Magee
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-29
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!
Honza Král
2010-10-28
Fixed #14471 -- Corrected a regression in the use of methods on custom manage...
Russell Keith-Magee
2010-10-28
Corrected to markup problems with docs added for recent features.
Russell Keith-Magee
2010-10-28
Added documentation note for the backwards incompatible change in r13996.
Russell Keith-Magee
2010-10-28
Fixed #14231 -- Added an index to the expire_date column on the Session model...
Russell Keith-Magee
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-28
Reverted changeset [14356]
Luke Plant
2010-10-28
Fixed #14517 -- Corrected the exception that is caught when testing for the a...
Russell Keith-Magee
2010-10-28
Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t...
Russell Keith-Magee
[prev]
[next]