summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-31Marked the rest of the revs already integreated into [1.0.X]Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying ...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9883: no longer do strange things with whitespace in the lineb...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10157: correctly set the related objects pk when assigning a r...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10387: removed some code duplication in django.utils.cache. Th...Jacob Kaplan-Moss
2009-03-31Blocked some more revs from 1.0.X. Isn't this fun?Jacob Kaplan-Moss
2009-03-31Marked some more revs as integrated into 1.0.X.Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inl...Joseph Kocherhans
2009-03-31[1.0.X] Forms in model formsets and inline formsets can now be deleted even i...Joseph Kocherhans
2009-03-31Mark [10193] as integrated.Jacob Kaplan-Moss
2009-03-31Blocked some commits from [1.0.X]Jacob Kaplan-Moss
2009-03-31[1.0.X] Mark [10007] as merged.Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickl...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9012: Changed inappropriate title of models documentation. Bac...James Bennett
2009-03-31[1.0.X] Fixed #10367: Added note to generic-relation docs explaining when it'...James Bennett
2009-03-31[1.0.X] Fixed #10306: Corrected form action in auth login example. Backport o...James Bennett
2009-03-31[1.0.X]: Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from ds...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patch from m...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10332 -- Added new provinces to IT localflavor, patch from go...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10375 -- Added documentation about the default format strings...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...Gary Wilson Jr
2009-03-31[1.0.X] Fixed #9437 -- Now close database connection within `get_srid_info`. ...Justin Bronn
2009-03-31[1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from rduffield.Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10577 -- Fixed doc typo, patch from Zoramite.Gary Wilson Jr
2009-03-31[1.0.X] Updated Polish translationJarek Zgoda
2009-03-31[1.0.X]: Fixed #10667 -- Added missing sys import.Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define `list_...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9978 -- Fixed a KeyError exception that was being raised when...Gary Wilson Jr
2009-03-30[1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on...Joseph Kocherhans
2009-03-30[1.0.X] Ensure Django's test suite is included when we build release packages...James Bennett
2009-03-30[1.0.X]: Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-03-30[1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form i...Joseph Kocherhans
2009-03-30[1.0.X]: Fixed #8140 -- Made `UserManager.create_superuser` return the new `U...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags t...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks Kay...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #10094 -- Fixed the `include` and `extends` template tags to w...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #10079 -- Moved settings import inside the function that uses ...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed a few class references in the model field docs.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #10076 -- Documented invalid arguments for `FileField`, based ...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9944 -- Fixed a URL in tutorial four that was changed in the ...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9853 -- Added information to the model date/time fields to no...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s...Gary Wilson Jr
2009-03-30[1.0.X]: Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-30[1.0.X] Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo So...Justin Bronn
2009-03-29[1.0.X]: Removed an inadvertent raise statement added in [8777] and added the...Gary Wilson Jr