summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-09-30Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and...Ramiro Morales
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant
2011-09-30Fixed #14270 - related manager classes should be cachedLuke Plant
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-27Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...Julien Phalip
2011-09-26Fixed #16925 -- Make sure a signal is disconnected if the test fails. Thanks ...Alex Gaynor
2011-09-25Fixed #16924 -- Corrected `date` template filter handling of negative (West o...Ramiro Morales
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel
2011-09-22Fixed a typo in test docstring.Paul McMillan
2011-09-22Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...Gabriel Hurley
2011-09-22Fixed #16909 -- Pass language to get_format_modules when calling it from get_...Jannis Leidel
2011-09-22Refs r16873 and #16026 -- Missed adding the fixture.Paul McMillan
2011-09-22Fixed #16026 -- loaddata now identifies which object triggered an error.Paul McMillan
2011-09-22Fixed #16837 -- Improved error message for admin login.Paul McMillan
2011-09-21Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...Jannis Leidel
2011-09-21Fixed the relative static file resolution of the CachedStaticFilesStorage bac...Jannis Leidel
2011-09-21Fixed #16866 -- Clearer error message if empty list is passed to select_templ...Carl Meyer
2011-09-21Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...Carl Meyer
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-09-18Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...Julien Phalip
2011-09-18Fixes #8103 -- Select widget should only allow for one selected optionChris Beaven
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-09-16Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...Carl Meyer
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-14Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...Paul McMillan
2011-09-13Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open...Jannis Leidel
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-10Ensure bulk_create returns the right value if the argument is an empty list.Alex Gaynor
2011-09-10Ensure bulk_create returns what it is supposed to.Alex Gaynor
2011-09-10Fixed #16592 -- More test changes and documentation to account for MySQL's ca...Russell Keith-Magee
2011-09-10Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...Russell Keith-Magee
2011-09-10Fixed #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i...Russell Keith-Magee
2011-09-10Fixed #16808, removed some dead code from teh ORM. Thanks to aaugustin for th...Alex Gaynor
2011-09-10Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o...Russell Keith-Magee
2011-09-10Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity wi...Alex Gaynor
2011-09-10Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has...Alex Gaynor
2011-09-10Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite...Alex Gaynor
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-09-10Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...Russell Keith-Magee
2011-09-10Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th...Karen Tracey
2011-09-09Added two pointless query repeats to work around a known issue with MySQL tha...Russell Keith-Magee
2011-09-09Fixes #16664 -- URLField's to_python method fails with ValueError on some url...Chris Beaven
2011-09-09Fix and test for cleaning a non-string value in a URLFieldChris Beaven
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-09-09Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...Jannis Leidel
2011-09-09Fixed #16042 -- Use the content types caching in the comments contrib app. Th...Jannis Leidel
2011-09-09Add a test for the intcomma regression described in #16404/#16562, fixed in r...Karen Tracey
2011-09-09Fixed #16780 -- Removed a timing sensitive test from the template test suite....Russell Keith-Magee
2011-09-08Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...Jannis Leidel