summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-03-29[1.0.X] Updated Italian translationNicola Larosa
2009-03-27[1.0.X] Fixed an issue with unicode being mangled in Oracle when the database...Ian Kelly
2009-03-25[1.0.X] Fixed a breakage with ManyToManyFields in admin caused by r10140. Ref...Russell Keith-Magee
2009-03-24[1.0.X] Made a couple of cross-references in the model fields documentaiton c...Malcolm Tredinnick
2009-03-24[1.0.X] Updated svnmerge metadata to indicate 10078 was backported to the bra...Karen Tracey
2009-03-24[1.0.X] Added some more blocked revsions.Karen Tracey
2009-03-24[1.0.X] Fixed svnmerge-blocked: block r10128-10135, not 10028-10135.Karen Tracey
2009-03-24[1.0.X] Updated svnmerge properties for some recent trunk changesetsRussell Keith-Magee
2009-03-24[1.0.X] Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FO...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10503 -- Clarified docs on the operation of the noop option to...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to Man...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul ...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10589 -- Removed duplicated model definition in null_fk_orderi...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-24[1.0.X] Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-23[1.0.X] Added an import that should have been included in [10126].Ian Kelly
2009-03-23[1.0.X] Fixed a false failure in the test suite when running Oracle. Backport...Ian Kelly
2009-03-20[1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick