summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-19Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue...Russell Keith-Magee
2009-11-19Fixed #11243 -- Ensured that bash_completion output is emitted in sorted orde...Russell Keith-Magee
2009-11-18Added tests for the bash completion script from [11526]. Thanks to Eric Holsc...Russell Keith-Magee
2009-11-18Fixed #12237 -- Improved the error message for m2m fields with an explicit th...Russell Keith-Magee
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-13Refs #12203 -- Improved error handling for the case where a user manually spe...Russell Keith-Magee
2009-11-13Fixed #12209 -- Made the through attribute on a m2m relation into a property ...Russell Keith-Magee
2009-11-11Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rf...Russell Keith-Magee
2009-11-10Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignK...Russell Keith-Magee
2009-11-05Fixed #12168 -- Corrected the registration of m2m autocreated models when mod...Russell Keith-Magee
2009-11-04Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...Russell Keith-Magee
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee
2009-11-02Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 fo...Russell Keith-Magee
2009-11-01Repeat the setUp/tearDown changes made in r11699 for the testsKaren Tracey
2009-11-01Changed setUp and tearDown for the tests converted from doctests in r11695Karen Tracey
2009-11-01Fixed #12125 -- Fixed a typo in the generic views date_based test that caused...Karen Tracey
2009-11-01Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t...Russell Keith-Magee
2009-11-01Fixed #12123 -- Refactored dateformat tests to use unittest. This is needed s...Russell Keith-Magee
2009-10-30Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ w...Brian Rosner
2009-10-29Fixed #12057 -- Corrected regression of caching performance when a model cont...Russell Keith-Magee
2009-10-27Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...Jacob Kaplan-Moss
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-26Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...Jacob Kaplan-Moss
2009-10-24Fixed a bug in r11646 - refs #11402 Luke Plant
2009-10-24Fixed a couple of test-ordering-dependant failures introduced in [11639] that...Jacob Kaplan-Moss
2009-10-23Fixed #11625: added comment moderation via admin actions.Jacob Kaplan-Moss
2009-10-20Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...Luke Plant
2009-10-19Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-19Moved the call to _get_foreign_key to run in all cases catching incorrect inl...Brian Rosner
2009-10-19Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...Brian Rosner
2009-10-15Fixed a regression on Python 2.6 caused by r11623Luke Plant
2009-10-14Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...Luke Plant
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-09-28Added 'key_prefix' keyword argument to cache_page()Luke Plant
2009-09-26Corrected regressions introduced in r11586 and r11593Luke Plant
2009-09-21Fixed #6371 - several decorators don't work with bound methods.Luke Plant
2009-09-16Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...Russell Keith-Magee
2009-09-13Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Than...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-08-09Fix the expressions modeltest to work on Pythons earlier than 2.5.Karen Tracey
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