summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-06-10More removal of poorly legible constructs to workaround Python 2.4 shortcomings.Ramiro Morales
2011-06-10Fixed #16210 -- Added some missing __future__ imports to support with stateme...Russell Keith-Magee
2011-06-10Fixed #16198 -- Ported the model_forms doctests. Our long national nightmare ...Russell Keith-Magee
2011-06-10Made `with` statements added in [16348] compatible with Python 2.5.Ramiro Morales
2011-06-10Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric...Andrew Godwin
2011-06-10Fixed #16166 - `EmailField` does not comply with SMTP standardLuke Plant
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-06-10Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the mu...Russell Keith-Magee
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-06-09Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...Chris Beaven
2011-06-09Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-09Clean up unique validation tests to not use bare excepts and use assertRaises...Andrew Godwin
2011-06-09Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ...Andrew Godwin
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-06-09Stopped staticfiles from modifying INSTALLED_APPS during test runtime.Jannis Leidel
2011-06-08Fixed an unnecessary use of TransactionTestCaseLuke Plant
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-06-07Name this test method correctly. Refs [16334].Alex Gaynor
2011-06-07Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor
2011-06-07Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_fac...Carl Meyer
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel
2011-06-05Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales
2011-06-04Fixed import error that was causing EggLoader tests not to be runLuke Plant
2011-06-03Fixed various bugs related to having multiple columns in admin list_display w...Luke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-06-02Removed a broken test added in [16312]Luke Plant
2011-06-01Fixed bug with `__str__` headers in admin changelist have a non-functioning s...Luke Plant
2011-06-01Tweaked test added in [16308] so it doesn't fail.Ramiro Morales
2011-06-01Fix the staticfiles_tests and django.conf to not think that None meant a lazy...Alex Gaynor
2011-06-01Allow SimpleLazyObjects to return None without constantly being reevaluated, ...Alex Gaynor
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-31Fixed auth context processor tests, which were not running at all previously.Luke Plant
2011-05-31Fixed #15805 - assertFieldOutput should not use assertRaisesRegexpLuke Plant
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-30Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...Luke Plant
2011-05-30Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keysLuke Plant
2011-05-28Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...Jannis Leidel
2011-05-27Changed a bit the strategy used to test staticfiles finders so they can cope ...Ramiro Morales
2011-05-26Modified a couple of i18n regression tests to make them run under Windows.Ramiro Morales
2011-05-26Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...Jannis Leidel
2011-05-24Made expected output platform-independent in a test for the template postmort...Ramiro Morales
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-24Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel
2011-05-23Workaround particularities of Python under Windows that interfere with expect...Ramiro Morales
2011-05-23Changed utils/decorators.py tests to use RequestFactoryLuke Plant
2011-05-23Refactoring of 'fully_decorated' for clarity and removal of duplication.Luke Plant
2011-05-22Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven