summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-27Fixed #7981 -- Wrap the manual transaction management in theMalcolm Tredinnick
2008-07-27Fixed #7530, #7716 -- When using select_related() and encountering a NULLMalcolm Tredinnick
2008-07-27Changed one of the model_formsets tests to be immune to the differences in theMalcolm Tredinnick
2008-07-26Fixed #7658 -- Added some Windows-specific tempfile handling. The standardMalcolm Tredinnick
2008-07-26Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.Malcolm Tredinnick
2008-07-26Fixed #7809 -- A few small updates to the French translation. Thanks, cbay.Malcolm Tredinnick
2008-07-26Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't returnMalcolm Tredinnick
2008-07-26Fixed #7963 -- Corrected reference to deprecated properties in UploadedFile d...Russell Keith-Magee
2008-07-26Added an ordering definition to make test output reliable across database bac...Russell Keith-Magee
2008-07-26Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation.Malcolm Tredinnick
2008-07-26Fixed #7345 -- When normalising the URLField form field, attach a trailingMalcolm Tredinnick
2008-07-26Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.Malcolm Tredinnick
2008-07-26Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients.Malcolm Tredinnick
2008-07-26Removed some completely pointless test changes from [8084], since they wereMalcolm Tredinnick
2008-07-26Fixed #7967 -- Make sure the __contains__ method in the cache backends call theMalcolm Tredinnick
2008-07-26Fixed #7574 -- Fixed the handling of lazy translation in email headers.Malcolm Tredinnick
2008-07-26Corrected typo.Gary Wilson Jr
2008-07-26Fixed #7948 -- Fixed a typo in the linebreaks filter documentation, pointed outMalcolm Tredinnick
2008-07-26Fixed #7959 -- Small typo fix in pt_BR. Thanks, marinho.Malcolm Tredinnick
2008-07-26Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"Malcolm Tredinnick
2008-07-26Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.Russell Keith-Magee
2008-07-26Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steina...Gary Wilson Jr
2008-07-25Fixed #7398 -- Allow for custom cache-backends to be used.Malcolm Tredinnick
2008-07-25Standardised documentation of the Field help_text option and ModelAdmin.field...Luke Plant
2008-07-25Fixed #6109 again.Luke Plant
2008-07-25Fixed #7937 -- Corrected typo in layout of db docs. Thanks to John Scott for ...Russell Keith-Magee
2008-07-25Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report.Russell Keith-Magee
2008-07-25Update to the Italian translation. No msgstr changed/added/deleted, justNicola Larosa
2008-07-24Fixed Oracle backend failure in test suite for modeltests.queries. Item.obje...Matt Boersma
2008-07-24Updated Polish translationJarek Zgoda
2008-07-24Updated Spanish translation.Marc Garcia
2008-07-23Removed a colon that was rendering the bullet-point list below it as code in ...Brian Rosner
2008-07-23Fixed #7897 -- Corrected some spelling and grammatical errors in the InlineMo...Brian Rosner
2008-07-23Improved admin model registration options: you can now register using registe...Jacob Kaplan-Moss
2008-07-23Fixed #7914 -- Added some missing __init__.py files that were missed when the...Russell Keith-Magee
2008-07-23Allow for matches against unsaved objects in querysets (which will thereforeMalcolm Tredinnick
2008-07-23Added the ability to customize the prefix value on an inline formset. Fixes #...Brian Rosner
2008-07-23Removed some potentially misleading code (it isn't executed) after the changesMalcolm Tredinnick
2008-07-23Made the semi-private _max_form_count live on the public API of formsets by r...Brian Rosner
2008-07-23Fixed #7898 -- Moved formset media definition to a media property in InlineAd...Brian Rosner
2008-07-23Fixed #7906 -- Modified admin_scripts regression test to use the same python ...Russell Keith-Magee
2008-07-22Fixed a bunch of Python 2.3 test failures.Malcolm Tredinnick
2008-07-22Changed the test from [8052] so that it is insensitive to whether a databaseMalcolm Tredinnick
2008-07-22Fixed #7813 -- Allow pickling of Query classes that use select_related().Malcolm Tredinnick
2008-07-22Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-(Malcolm Tredinnick
2008-07-22Fixed the tests from [8033] to work for the PostgreSQL backends (the primaryMalcolm Tredinnick
2008-07-22To ensure that a model BooleanField has an explicit value set (and since it'sMalcolm Tredinnick
2008-07-22Fixed #7870 -- Fixed typo in docs/forms.txt. Bad form, whoever originally wro...Adrian Holovaty
2008-07-22Fixed #7841 -- Fixed typo in docs/forms.txt. Thanks, msaelicesAdrian Holovaty