summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-08-16Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and `ManyRela...Gary Wilson Jr
2008-08-16Fixed #8283 -- Fixed an edge case when adding things to the "where" tree andMalcolm Tredinnick
2008-08-16Fixed #8229: Added handling for a special case in the validation of Spanish I...Russell Keith-Magee
2008-08-16Fixed #8268: Modified admin scripts tests to use JYTHONPATH when appropriate....Russell Keith-Magee
2008-08-16Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...Gary Wilson Jr
2008-08-15Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...Gary Wilson Jr
2008-08-15Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...Gary Wilson Jr
2008-08-15Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...Gary Wilson Jr
2008-08-15Use failIf() instead of assertFalse() so that tests work with python 2.3.Malcolm Tredinnick
2008-08-15Fixed #8244: Modified the temporary directory used by file storage tests so t...Russell Keith-Magee
2008-08-15Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee
2008-08-15Fixed doctest which relied on implicit ordering and was failing on Oracle.Matt Boersma
2008-08-14Fixed failing tests from [8352]. Thanks Alex Gaynor for the patch.Brian Rosner
2008-08-14Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...Gary Wilson Jr
2008-08-14Fixed #8286 -- Simplified the m2m intermediate serialization test to make it ...Russell Keith-Magee
2008-08-14Fixed #8276 -- Changed the names of a few Polish localflavor classes to matchMalcolm Tredinnick
2008-08-12Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ...Jacob Kaplan-Moss
2008-08-12Minor correction for [8325].Gary Wilson Jr
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-08-12Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...Russell Keith-Magee
2008-08-12Deleted a block of test code that got duplicated in applying a patch.Russell Keith-Magee
2008-08-12Changed "exact" matches in MySQL to use the database's native collation.Malcolm Tredinnick
2008-08-12Added savepoint support to the transaction code.Malcolm Tredinnick
2008-08-11Added a quick regression test that shows why Meta.ordering and order_by()Malcolm Tredinnick
2008-08-11Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss
2008-08-11Added a couple of extra syndication tests, and generally sanitized the existi...Jacob Kaplan-Moss
2008-08-11Fixed #8235: use subprocess instead of popen3 so that Python 2.6 is happy. Th...Jacob Kaplan-Moss
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-08-11Refs #7742 -- Got bug639 regression tests using newforms instead of oldforms.Gary Wilson Jr
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-10Fixed #5943 -- Modified django-admin to behave like manage.py if settings are...Russell Keith-Magee
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-10Added a return value to the add() method for caches. It's now possible to tellMalcolm Tredinnick
2008-08-10Fixed #7250 -- Don't show internal data of a FileField in the admin when the ...Brian Rosner
2008-08-09Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-09Updated the tests.Malcolm Tredinnick
2008-08-09Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick
2008-08-09Fixed #8187: made PIL imports consistant. Thanks, bastih.Jacob Kaplan-Moss
2008-08-08Use a FileField instead of an ImageField in the admin_widgets test so that fo...Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #6523 -- Use the correct cast on field types for PostgreSQL whenMalcolm Tredinnick
2008-08-08Fixed #8047: property detect an external database backend and set sys.path ac...Jacob Kaplan-Moss
2008-08-08Added a few force_unicode() calls around objects in the admin. Required forMalcolm Tredinnick
2008-08-08Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143.Malcolm Tredinnick
2008-08-08Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ...Russell Keith-Magee
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