summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-30Fixed #8749: add better breadcrumbs in the change password template. Thanks, ...Jacob Kaplan-Moss
2009-03-30Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-30Ensure Django's test suite is included when we build release packages.James Bennett
2009-03-30Fixed the `add_postgis_srs` routine to support SpatiaLite.Justin Bronn
2009-03-30Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...Gary Wilson Jr
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2009-03-30Fixed #9883: no longer do strange things with whitespace in the linebreaks fi...Jacob Kaplan-Moss
2009-03-30Fixed #10157: correctly set the related objects pk when assigning a reverse O...Jacob Kaplan-Moss
2009-03-30Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Tr...Jacob Kaplan-Moss
2009-03-30Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank...Justin Bronn
2009-03-30Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-03-30Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...Gary Wilson Jr
2009-03-30Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...Gary Wilson Jr
2009-03-30Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss.Gary Wilson Jr
2009-03-30Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ...Gary Wilson Jr
2009-03-30Fixed #10079 -- Moved settings import inside the function that uses it so tha...Gary Wilson Jr
2009-03-30Fixed a few class references in the model field docs.Gary Wilson Jr
2009-03-30Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...Joseph Kocherhans
2009-03-30Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch ...Gary Wilson Jr
2009-03-30Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupli...Gary Wilson Jr
2009-03-30Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
2009-03-30Fixed #9853 -- Added information to the model date/time fields to note the Py...Gary Wilson Jr
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-30Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
2009-03-30Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...Gary Wilson Jr
2009-03-30Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-30Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans
2009-03-30Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for t...Justin Bronn
2009-03-30Fixed redundant definition of `connection_created` signal due to DVCS mistake...Justin Bronn
2009-03-30Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ...Justin Bronn
2009-03-29Fixed `svn:ignore` property on recent directory additions. Justin Bronn
2009-03-29Removed an inadvertent raise statement added in [8777] and added the printing...Gary Wilson Jr
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn
2009-03-29Some minor tweaks to the admin changelist styles for the new action menus. Cu...Wilson Miner
2009-03-29Updated Italian translationNicola Larosa
2009-03-29Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...Brian Rosner
2009-03-28Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...Justin Bronn
2009-03-27Fixed an issue with unicode being mangled in Oracle when the database charact...Ian Kelly
2009-03-26Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ...Justin Bronn
2009-03-25Fixed #10574 -- Documented interaction between annotations and order_by.Malcolm Tredinnick
2009-03-25Regenerated and recompiled Polish translations after [10168] (no real change,...Jarek Zgoda
2009-03-25Fixed a breakage with ManyToManyFields in admin caused by r10139.Malcolm Tredinnick
2009-03-25Template filters now pass numerical arguments through as numbers.Malcolm Tredinnick
2009-03-25Fixed a ungettext() call to prevent spurious string extraction by xgettext.Malcolm Tredinnick
2009-03-24Updated Spanish translation.Marc Fargas
2009-03-24Updated catalan translation.Marc Fargas
2009-03-24Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g...Russell Keith-Magee
2009-03-24Fixed #10503 -- Clarified docs on the operation of the noop option to {% tran...Russell Keith-Magee
2009-03-24Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee