summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2008-08-08Fixed #5825 -- Modified the custom command loader to allow for explicit speci...Russell Keith-Magee
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-08-05Fixed #7904: added support for a "use_for_related_fields" property on manager...Jacob Kaplan-Moss
2008-08-05Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this...Luke Plant
2008-08-03Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...Gary Wilson Jr
2008-08-03Added tests for accessing nullable ForeignKey after saving and fetching from ...Gary Wilson Jr
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-08-02Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...Gary Wilson Jr
2008-08-01Fixed #8070 -- Cache related objects passed to Model init as keyword argument...Gary Wilson Jr
2008-08-01Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...Brian Rosner
2008-07-31Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> fo...Russell Keith-Magee
2008-07-31Refs #8047 -- Removed some CPython specific parts of the admin scripts tests.Russell Keith-Magee
2008-07-30Fixed #8029 -- Modified admin_scripts test to use the PYTHONPATH from the env...Russell Keith-Magee
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-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 #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-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
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-27Removed some model saves from [8102] which were causing test failures under P...Russell Keith-Magee
2008-07-27Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup...Russell Keith-Magee
2008-07-27Fixed #7778 -- Fixed a tricky case of foreign key clearing with inheritedMalcolm Tredinnick
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-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 #7345 -- When normalising the URLField form field, attach a trailingMalcolm Tredinnick
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.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-23Improved admin model registration options: you can now register using registe...Jacob Kaplan-Moss
2008-07-23Allow for matches against unsaved objects in querysets (which will thereforeMalcolm Tredinnick
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 #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-22Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lackingAdrian Holovaty
2008-07-22Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic...Jacob Kaplan-Moss