summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-31Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks...Russell Keith-Magee
2008-07-30Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants fromMalcolm Tredinnick
2008-07-30Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l...Russell Keith-Magee
2008-07-30Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...Russell Keith-Magee
2008-07-30Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.Russell Keith-Magee
2008-07-30Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...Russell Keith-Magee
2008-07-30Fixed #7999 -- Slightly changed the overview example to disambiguate the use ...Russell Keith-Magee
2008-07-30Fixed #8029 -- Modified admin_scripts test to use the PYTHONPATH from the env...Russell Keith-Magee
2008-07-30The help_text attribute in forms can be a ugettext_lazy() object, so be carefulMalcolm Tredinnick
2008-07-30A couple of small typo fixes in the settings docs. Fixed #8032.Malcolm Tredinnick
2008-07-30Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto.Malcolm Tredinnick
2008-07-30Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend.Malcolm Tredinnick
2008-07-30Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode stringsMalcolm Tredinnick
2008-07-30Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.Malcolm Tredinnick
2008-07-30Since max_digits and decimal_places are required on django.db.models.DecimalF...Malcolm Tredinnick
2008-07-29Added a clarification to the docs about filtering across nullable intermediateMalcolm Tredinnick
2008-07-29Fixed #7913 -- Corrected ham-fisted typo from [8102]. Thanks to evinrik for t...Russell Keith-Magee
2008-07-29Fixed a subtle bug (really, an inconsistency) in ForeignKey that [8132] expos...Jacob Kaplan-Moss
2008-07-29Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...Russell Keith-Magee
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-29Fixed #7767 -- Fixed template egg loading test for Windows systems.Malcolm Tredinnick
2008-07-29Fixed #1157 -- Added some text to i18n.txt to explain how to install theMalcolm Tredinnick
2008-07-29Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...Malcolm Tredinnick
2008-07-29Fixed #8011 -- Be careful not to evalute lazy-translated Meta.verbose_nameMalcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-07-28A few corrections to my docstrings in [8129].Gary Wilson Jr
2008-07-28Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje...Gary Wilson Jr
2008-07-28Fixed #7853 -- Fixed another case of deleting inherited models with foreign keyMalcolm Tredinnick
2008-07-28Put back [8120] along with a small tweak. Fixed #6217.Malcolm Tredinnick
2008-07-28Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a...Malcolm Tredinnick
2008-07-27Remove the last remaining references to manipulators outside of oldforms docsJames Bennett
2008-07-27Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2Malcolm Tredinnick
2008-07-27Removing another mention of manipulatorsJames Bennett
2008-07-27Remove a couple mentions of manipulators (which are no longer relevant) from ...James Bennett
2008-07-27Made the Paginator class a bit more backwards compatible with the lecacy `Obj...Gary Wilson Jr
2008-07-27Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.Malcolm Tredinnick
2008-07-27Fixed #7320 -- For `object_list` generic view, the `page` argument can also b...Gary Wilson Jr
2008-07-27Missing compiled messages file from previous commit.Jarek Zgoda
2008-07-27Updated Polish translation (Austrian localflavor)Jarek Zgoda
2008-07-27Updated Swedish translations.Ludvig Ericson
2008-07-27Updated Swedish translations.Ludvig Ericson
2008-07-27Corrected wording in comment.Gary Wilson Jr
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
2008-07-27Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that allMalcolm Tredinnick
2008-07-27Removed trailing whitespace in admin docs.Gary Wilson Jr
2008-07-27Normalized the use of "JavaScript" in the documentation.Gary Wilson Jr
2008-07-27Fixed #7986 -- Added to the documentation the purpose of the `prepopulated_fi...Gary Wilson Jr
2008-07-27Fixed the admin_scripts tests to check for the right output with Python 2.4.Malcolm Tredinnick
2008-07-27Fixed #7872 -- Fixed a missed case of promoting table joins when usingMalcolm Tredinnick
2008-07-27Corrected spacing in warning message.Gary Wilson Jr