index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2010-09-11
Add option to redirect_to view to allow passing along the query string
Malcolm Tredinnick
2010-09-11
Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...
Justin Bronn
2010-09-11
Fixed #12632 -- Improved performance of `SortedDict`. Thanks, Alex Gaynor.
Justin Bronn
2010-09-11
Display a repr-like result for safe-string local variables on the debug page.
Malcolm Tredinnick
2010-09-11
Improved unicode-type, ASCII-convertible header handling in
Malcolm Tredinnick
2010-09-11
Fixed #11905: Raise an error on model form creation if a non-existent field w...
Karen Tracey
2010-09-11
Better error message for calling get_next_by_* on unsaved models.
Malcolm Tredinnick
2010-09-10
Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and m...
Karen Tracey
2010-09-10
Fixed #14235 - UnicodeDecodeError in CSRF middleware
Luke Plant
2010-09-10
Fixed #13095 -- `formfield_callback` keyword argument is now more sane and wo...
Justin Bronn
2010-09-10
Fixed id attribute generation in the admin docs page. Patch from simeon.
Malcolm Tredinnick
2010-09-10
Added login_url argument to login_required decorator. Thanks mhlakhani and er...
Jannis Leidel
2010-09-10
When possible, sanity check the timezone setting to see if the Unix-like
Malcolm Tredinnick
2010-09-10
Added more readable __str__ and __repr__ methods to MergeDict.
Malcolm Tredinnick
2010-09-10
Fixed #11158 - get_image_dimensions very slow/incorrect after 1 call
Luke Plant
2010-09-10
Fixed date parsing of 31st dates when current month has 30 days (!!).
Malcolm Tredinnick
2010-09-10
Admin changelist page now has consistent width with or without filter
Malcolm Tredinnick
2010-09-10
Adding related objects in the admin (via popup) respects user
Malcolm Tredinnick
2010-09-10
Fixed #14250 - FileBasedCacheTests.test_cull test failure
Luke Plant
2010-09-09
Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...
Luke Plant
2010-09-09
Converted tests for contrib.auth.forms to unit tests.
Luke Plant
2010-09-09
Patch CSRF-protection system to deal with reported security issue. Announceme...
James Bennett
2010-09-07
Fixed #13081 - Admin actions lose get-parameters in changelist view
Luke Plant
2010-09-07
Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...
Luke Plant
2010-09-03
Fixed #14090 - Many sql queries needed to display change user form
Luke Plant
2010-09-03
Added explanatory note on CSRF failure page for the case of a missing Referer...
Luke Plant
2010-08-31
Fixed #14199 -- Added a missing table creation statement in the db cache back...
Russell Keith-Magee
2010-08-30
Fixed #14198 -- Corrected rendering of generic sitemaps when no priority is s...
Russell Keith-Magee
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-08-30
Added a missing (empty) models.py file required for the tests from r13644 to ...
Russell Keith-Magee
2010-08-30
Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...
Luke Plant
2010-08-30
Fixed #14145 - undeterministic behavior when project or app template contains...
Luke Plant
2010-08-28
Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...
Russell Keith-Magee
2010-08-28
Fixed #13723 -- Improved the legibility of hyperlinks included in admin valid...
Russell Keith-Magee
2010-08-28
Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLE...
Russell Keith-Magee
2010-08-28
Fixed #14166 -- Modified the list of state choices in the Indian localflavor ...
Russell Keith-Magee
2010-08-28
Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...
Russell Keith-Magee
2010-08-28
Fixed #6932 -- Added a template tag that gives a list of available flatpages ...
Russell Keith-Magee
2010-08-28
Removed a stray DEBUG=True test setting introduced in r13641.
Russell Keith-Magee
2010-08-28
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...
Russell Keith-Magee
2010-08-27
Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized...
Russell Keith-Magee
2010-08-27
Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so t...
Russell Keith-Magee
2010-08-27
Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...
Russell Keith-Magee
2010-08-23
Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to suzaku for...
Russell Keith-Magee
2010-08-21
Fixed #13140 -- Ensure that request headers are preserved through redirect ch...
Russell Keith-Magee
2010-08-20
Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...
Russell Keith-Magee
2010-08-20
Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...
Russell Keith-Magee
2010-08-17
Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...
Russell Keith-Magee
2010-08-16
Fixed #14002 -- Modified filesize filter to ensure strings are translatable. ...
Russell Keith-Magee
2010-08-14
Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...
Russell Keith-Magee
[next]