summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-05Fixed #13697 -- Modified multiple_database test to avoid a failure observed u...Russell Keith-Magee
2010-06-05Migrated multiple_database tests to use new stdout argument on management com...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee
2010-06-03Fixed #10758 - sys.exc_info() should not be stored on a local variableLuke Plant
2010-06-02Fixed #13685: Correct the default value for EMAIL_BACKEND listed in the setti...Karen Tracey
2010-05-28Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages.Jacob Kaplan-Moss
2010-05-28Fixed #13572: copies of QueryDicts now have their encoding set correctly.Jacob Kaplan-Moss
2010-05-28Converted httpwrappers tests to unittest.Jacob Kaplan-Moss
2010-05-28Fixed #13597, a small typo in the admin docs.Jacob Kaplan-Moss
2010-05-28Fixed #13656 -- Ensure that the management commands use the right database fo...Russell Keith-Magee
2010-05-28Fixed #13653: Fixed django.utils.hashcompat to support running on Python 2.4 ...Karen Tracey
2010-05-28Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...Russell Keith-Magee
2010-05-28Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of ...Russell Keith-Magee
2010-05-24Bump to 1.2.1.1.2.1James Bennett
2010-05-23Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel
2010-05-22Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant
2010-05-21Refs #13573 -- Modified the key technique added in r13295 to be more robust a...Russell Keith-Magee
2010-05-21Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.Jannis Leidel
2010-05-21Fixed #13569 -- Fixed createsuperuser management command to work with the new...Jannis Leidel
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-05-19Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs.Karen Tracey
2010-05-19Fixed #13563, a typo in the GeoDjango tutorial.Jacob Kaplan-Moss
2010-05-17Fixed a couple of typos in the release notes.Jacob Kaplan-Moss
2010-05-17Updated the docs conf.py to have the correct version number.Jacob Kaplan-Moss
2010-05-17Trunk is now 1.2.1 pre-alpha.James Bennett
2010-05-17Add in the section on Python 2.3 compatibility.James Bennett
2010-05-17Flip PyPI classifier from beta to stable.James Bennett
2010-05-17Bump version and download info to 1.2.1.2James Bennett
2010-05-17A final *final* clarification in the release notes.James Bennett
2010-05-17Some final clarifications in the release notes.James Bennett
2010-05-17Slight fixes to related fields reference to avoid conflicting target namesJacob Kaplan-Moss
2010-05-17Some heavy refactoring to the 1.2 release notes.Jacob Kaplan-Moss
2010-05-17Fixed a couple of es_AR translation errors.Ramiro Morales
2010-05-17Fixed #13551 -- Corrected import in ModelForms example. Thanks to libber for ...Russell Keith-Magee
2010-05-16Fixed #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, Håvard G...Jannis Leidel
2010-05-16Added notes about the two new date format specifiers (``c`` and ``u``) added ...Jannis Leidel
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel
2010-05-15Fixed #13544 -- Updated Norwegian bokmal translation. Thanks, Jon Lønne.Jannis Leidel
2010-05-14Removed the 'under development' marker from the 1.1.2 release notes; a little...Russell Keith-Magee
2010-05-14Minor fixes to 1.2 release docs. Thanks to Ramiro Morales for noticing the ve...Russell Keith-Magee
2010-05-14Fixed #13540 -- Corrected typo in 1.2 release docs. Thanks to erw for the rep...Russell Keith-Magee
2010-05-14Fixed #13536 - Updated French translation. Thanks, David Larlet.Jannis Leidel
2010-05-14Update 1.2 release notes in anticipation of final release.James Bennett
2010-05-14Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw f...Russell Keith-Magee
2010-05-13Updated the English language files to match the strings in the 1.2 release.Jannis Leidel
2010-05-13Updated German translation.Jannis Leidel
2010-05-13Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee
2010-05-13Corrected 'name' of functions wrapped with method_decoratorLuke Plant
2010-05-12Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey