summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-10-22Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin
2012-10-22Fixed #19162 -- Wrong indentation.Jan Bednařík
2012-10-22Fixed #19157 -- Removed test-only string from translatable stringsClaude Paroz
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor
2012-10-21Merge pull request #457 from JanBednarik/ticket_19142Claude Paroz
2012-10-21Updated error message for bad database enginePreston Holmes
2012-10-20Merge pull request #444 from mitar/patch-2Alex Gaynor
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-10-21Fixed #19151 -- Added missing methods to EmptyQuerySet.Jan Bednařík
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
2012-10-20Fixed #19094 -- Improved FakePayload to support write, len and string inputClaude Paroz
2012-10-20Fixed #5611 -- Restricted accepted content types in parsing POST dataClaude Paroz
2012-10-20Removed custom WSGIRequestHandler.get_environClaude Paroz
2012-10-20Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...Russell Keith-Magee
2012-10-20Fixed #19133 -- Corrected regression in form handling for user passwords.Russell Keith-Magee
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-10-17Reported OpenLayersWidget exceptions through loggingClaude Paroz
2012-10-16Fixed #19130 -- Made some of the auth forms more flexible for user models.Russell Keith-Magee
2012-10-15Made use of assertXMLEqual in sitemaps testsClaude Paroz
2012-10-15Fixed assertXMLEqual when first node was a commentClaude Paroz
2012-10-15Fixed #15753 -- Cleared cache between sitemaps testsClaude Paroz
2012-10-15Added DeprecationWarning for django.contrib.localflavor.Adrian Holovaty
2012-10-15Allow reversed iteration over SortedDict.Mitar
2012-10-15Updated base translation filesClaude Paroz
2012-10-15Build context strings out of [u|n]gettextClaude Paroz
2012-10-13Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...Ludovic Delaveau
2012-10-13Added 'groups' to UserAdmin.filter_horizontalDaniele Procida
2012-10-13Fixed #18484 -- Removed the div around the csrf token inputClaude Paroz
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-12Moved de_CH/formats.py in its correct locationClaude Paroz
2012-10-12Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+Brian Galey
2012-10-12Fixed tests introduced for #15915Anssi Kääriäinen
2012-10-11Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6Claude Paroz
2012-10-10Use renamed threading event API in Python 3.3Ian Clelland
2012-10-10Fixed error output from runserverClaude Paroz
2012-10-09Mark the test for left/right lookup types as a known failure on PostGIS 2.0.Justin Bronn
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-10Fixed #19096 -- Made can_return_id_from_insert more extendableMichael Manfre
2012-10-09Fix exception message from 3190abcd. Refs #18153.Aymeric Augustin
2012-10-09Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.Aymeric Augustin
2012-10-09Fixed #17867 -- Made email validation pass with IDN domainsClaude Paroz
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-10-08Fixed #19087 -- Ensured query's base table is never LOUTER joinedAnssi Kääriäinen
2012-10-08[py3] Decoded the parsed source file encoding in debug viewClaude Paroz
2012-10-07Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they bel...Justin Bronn
2012-10-07Fixed `inspectapp` tests to work with improved PG driver in GDAL 1.9+.Justin Bronn