summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2009-12-22[1.1.X] Fixed #11936 -- Removed deferred models from the list returned by the...Russell Keith-Magee
2009-12-19[1.1.X] Fixed #10927 - Content Types shortcut view throws 500s instead of 404sLuke Plant
2009-12-17[1.1.X] Fixed #12393 -- Parameterized the form output in the testGenericInlin...Russell Keith-Magee
2009-12-17[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...Jacob Kaplan-Moss
2009-12-17[1.1.X] Updated BaseGenericInlineFormSet to match the changes made to BaseInl...Russell Keith-Magee
2009-12-13[1.1.X] Fixed #10969: Made US State field a CharField, fixing a few oddities ...Karen Tracey
2009-12-13[1.1.X] Fixed #12146: Corrected Canadian postal code validation. Thanks pauls...Karen Tracey
2009-12-12[1.1.X] Fixed #12281: Added some helpful messages when Go is pressed in admin...Karen Tracey
2009-12-12[1.1.X] Fixed the tests I broke with [11825].Jacob Kaplan-Moss
2009-12-12[1.1.X] Fixed #11632: Fixed the id for hidden initial widget so that it is di...Karen Tracey
2009-12-12[1.1.X] Fixed #10130: you may now delete attributes on `settings`. Thanks, jc...Jacob Kaplan-Moss
2009-12-12[1.1.X] Fixed #11972: Corrected title filter handling of numbers followed by ...Karen Tracey
2009-12-10[1.1.X] Fixed #12349: Added missing unquote in admin history view. Thanks for...Karen Tracey
2009-12-09[1.1.X] Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns a...Justin Bronn
2009-11-20[1.1.X] Added an explicit test showing that field errors are correctly autoes...Jacob Kaplan-Moss
2009-11-19[1.1.X] Fixed #12242 -- Corrected a problem with masking extra selects() in a...Russell Keith-Magee
2009-11-16[1.1.X] Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-11[1.1.X] Fixed #12163 -- Corrected the unpickling of non-deferred models. Than...Russell Keith-Magee
2009-11-04[1.1.X] Fixed #11144 -- When a to/from/cc header contains unicode, make sure ...Russell Keith-Magee
2009-11-02[1.1.X] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apo...Russell Keith-Magee
2009-11-01[1.1.X] Repeat the setUp/tearDown changes made in r11699 for the testsKaren Tracey
2009-11-01[1.1.X] Changed setUp and tearDown for the tests converted from doctests in r...Karen Tracey
2009-11-01[1.1.X] (In [11697]) Fixed #12125 -- Fixed a typo in the generic views date_b...Karen Tracey
2009-11-01[1.1.X] Fixed #12123 -- Updated the utils.dateformat test to be a unittest to...Russell Keith-Magee
2009-11-01[1.1.X] Fixed #12123 -- Refactored dateformat tests to use unittest. This is ...Russell Keith-Magee
2009-10-30[1.1.X] Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__...Brian Rosner
2009-10-29[1.1.X] Fixed #12057 -- Corrected regression of caching performance when a mo...Russell Keith-Magee
2009-10-27[1.1.X] Fixed #11057: having no actions in the admin (`actions=None`) no long...Jacob Kaplan-Moss
2009-10-26[1.1.X] Fixed #11371: Made `django.test.Client.put()` work for non-form-data ...Jacob Kaplan-Moss
2009-10-20[1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapp...Luke Plant
2009-10-19[1.1.X] Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-19[1.1.X] Moved the call to _get_foreign_key to run in all cases catching incor...Brian Rosner
2009-10-19[1.1.X] Fixed #11709 — Pass inline fk_name attribute when grabbing foreign ...Brian Rosner
2009-10-15[1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch.Luke Plant
2009-10-14[1.1.X] Fixed #6552, #12031 - Make django.core.context_processors.auth lazy t...Luke Plant
2009-10-09[1.1.X] SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-09-13[1.1.X] Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a te...Russell Keith-Magee
2009-09-11Fixed #10968 - Form.errors should use Form.error_class.Luke Plant
2009-09-10Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().Luke Plant
2009-09-10Fixed #11833: name conflict in filter test.Luke Plant
2009-08-24Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.Ian Kelly
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-08-20Fixed an assumed ordering in the queries regression tests by making it explicit.Matt Boersma
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could l...Russell Keith-Magee
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-07-25Fixed #11546 -- Modified the mail regression test to avoid getting hung up on...Russell Keith-Magee
2009-07-23Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...Russell Keith-Magee
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-13Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...Russell Keith-Magee