summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2011-05-22Fix UnboundLocalError than could occur during ModelAdmin validation.Karen Tracey
2011-05-22Fixed #16048 -- Use the base manager instead of the default manager to retrie...Jannis Leidel
2011-05-22Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...Jannis Leidel
2011-05-21Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...Ramiro Morales
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-21Fixed #14476 -- Fixed resolution of automatically generated annotation names ...Ramiro Morales
2011-05-18Removed a settings test introduced in r16237 that didn't run on Python < 2.6 ...Jannis Leidel
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2011-05-17Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...Honza Král
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-17Updated humanize tests to use the FixedOffset timezone from the utils and rem...Jannis Leidel
2011-05-15Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...Ramiro Morales
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-13Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales
2011-05-12Fixed minor typo in tests introduced in r16121. Refs #5925.Jannis Leidel
2011-05-11Fixed #16002 - test failure due to missing `from __future__ import with_state...Luke Plant
2011-05-10Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-05-09Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-05-07Fixed #15709 - Duplicated group_by conditionLuke Plant
2011-05-07Minor renaming for consistency.Jannis Leidel