summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-03-30Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
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 #9587. Formset.is_valid() now returns True if an invalid form is marked...Joseph Kocherhans
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-30Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...Gary Wilson Jr
2009-03-30Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans
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 #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-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-24Polish translations updated (still one missing)Jarek Zgoda
2009-03-24Fixed #10600 -- Allow for format marker reordering in a translatable string.Malcolm Tredinnick
2009-03-24Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-24Fixed error when trying to import the GEOS tests from their new location.Justin Bronn
2009-03-24Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-24Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ...Brian Rosner
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-24Bumped version for 1.1 beta.Jacob Kaplan-Moss
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2009-03-23Made default MIDDLEWARE_CLASSES same as in project_template.Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-23Fixed an error in the `firstof` template tag when used with `TEMPLATE_STRING_...Jacob Kaplan-Moss
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-23Fixed #5756, #6296 -- Most template tags can now handle filters in arguments.Malcolm Tredinnick
2009-03-23Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick