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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2012-10-25
[1.5.x] Bump version information and classifiers for 1.5 alpha release.
James Bennett
2012-10-25
Fixed regression caused by #19102
Anssi Kääriäinen
2012-10-25
Fixed #19187 -- Raise consistent error from qs.values().delete()
Anssi Kääriäinen
2012-10-25
Added docstring to DeleteQuery.delete_qs()
Anssi Kääriäinen
2012-10-25
Fixed #19102 -- Fixed fast-path delete for modified SELECT clause cases
Anssi Kääriäinen
2012-10-25
Fixed #18796 -- Refactored conversion to bytes in HttpResponse
Aymeric Augustin
2012-10-24
Remove a case that is no longer reachable in encodings.py.
Alex Gaynor
2012-10-24
Removed a function that is already fully implemented by a base class.
Alex Gaynor
2012-10-24
Fixed #13222 -- Made HttpResponse iterable once
Aymeric Augustin
2012-10-24
Fixed #6527 -- Provided repeatable content access
Aymeric Augustin
2012-10-24
Fixed #19176 -- Typo in copy-pasted error message.
Aymeric Augustin
2012-10-23
Fixed #19088 -- Always escape % inside blocktrans tag
Claude Paroz
2012-10-22
Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.
Carl Meyer
2012-10-23
Reverted 6a64822bf4632707212314a25a843c862bdb3874.
Aymeric Augustin
2012-10-22
Merge pull request #460 from JanBednarik/ticket_19162
Aymeric Augustin
2012-10-22
Fixed #13222 -- Repeated iteration of HttpResponse
Aymeric Augustin
2012-10-22
Fixed #19162 -- Wrong indentation.
Jan Bednařík
2012-10-22
Fixed #19157 -- Removed test-only string from translatable strings
Claude Paroz
2012-10-21
Cleaned up the the http module. Moved all of the code from __init__.py to req...
Alex Gaynor
2012-10-21
Merge pull request #457 from JanBednarik/ticket_19142
Claude Paroz
2012-10-21
Updated error message for bad database engine
Preston Holmes
2012-10-20
Merge pull request #444 from mitar/patch-2
Alex Gaynor
2012-10-21
Fixed #19142 -- Language codes can include numbers (RFC 3066).
Jan Bednařík
2012-10-21
Fixed #19151 -- Added missing methods to EmptyQuerySet.
Jan Bednařík
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
Fixed #17856 -- Passed obj to get_inline_instances
Aymeric Augustin
2012-10-20
Fixed #19094 -- Improved FakePayload to support write, len and string input
Claude Paroz
2012-10-20
Fixed #5611 -- Restricted accepted content types in parsing POST data
Claude Paroz
2012-10-20
Removed custom WSGIRequestHandler.get_environ
Claude Paroz
2012-10-20
Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...
Russell Keith-Magee
2012-10-20
Fixed #19133 -- Corrected regression in form handling for user passwords.
Russell Keith-Magee
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-10-17
Fixed a security issue related to password resets
Preston Holmes
2012-10-17
Reported OpenLayersWidget exceptions through logging
Claude Paroz
2012-10-16
Fixed #19130 -- Made some of the auth forms more flexible for user models.
Russell Keith-Magee
2012-10-15
Made use of assertXMLEqual in sitemaps tests
Claude Paroz
2012-10-15
Fixed assertXMLEqual when first node was a comment
Claude Paroz
2012-10-15
Fixed #15753 -- Cleared cache between sitemaps tests
Claude Paroz
2012-10-15
Added DeprecationWarning for django.contrib.localflavor.
Adrian Holovaty
2012-10-15
Allow reversed iteration over SortedDict.
Mitar
2012-10-15
Updated base translation files
Claude Paroz
2012-10-15
Build context strings out of [u|n]gettext
Claude Paroz
2012-10-13
Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...
Ludovic Delaveau
2012-10-13
Added 'groups' to UserAdmin.filter_horizontal
Daniele Procida
2012-10-13
Fixed #18484 -- Removed the div around the csrf token input
Claude Paroz
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-12
Moved de_CH/formats.py in its correct location
Claude Paroz
2012-10-12
Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+
Brian Galey
2012-10-12
Fixed tests introduced for #15915
Anssi Kääriäinen
[next]