index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
Age
Commit message (
Expand
)
Author
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2011-06-10
Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the mu...
Russell Keith-Magee
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-06-09
Fixed #16178 - Cleanup request classes' `__repr__()`
Luke Plant
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-06-09
Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks ...
Andrew Godwin
2011-06-09
Stopped staticfiles from modifying INSTALLED_APPS during test runtime.
Jannis Leidel
2011-06-08
Fixed an unnecessary use of TransactionTestCase
Luke Plant
2011-06-08
Fixed #14206 - dynamic list_display support in admin
Luke Plant
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-06-08
Deprecated legacy ways of calling cache_page
Luke Plant
2011-06-07
Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_fac...
Carl Meyer
2011-06-07
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...
Jannis Leidel
2011-06-05
Enhanced a bit the documentation and docstring for the url template tag. Also...
Ramiro Morales
2011-06-04
Fixed import error that was causing EggLoader tests not to be run
Luke Plant
2011-06-03
Fixed various bugs related to having multiple columns in admin list_display w...
Luke Plant
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
2011-06-02
Removed a broken test added in [16312]
Luke Plant
2011-06-01
Fixed bug with `__str__` headers in admin changelist have a non-functioning s...
Luke Plant
2011-06-01
Tweaked test added in [16308] so it doesn't fail.
Ramiro Morales
2011-06-01
Fix the staticfiles_tests and django.conf to not think that None meant a lazy...
Alex Gaynor
2011-06-01
Allow SimpleLazyObjects to return None without constantly being reevaluated, ...
Alex Gaynor
2011-06-01
Fixed #9200 -- Added new form wizard to formtools based on class based views....
Jannis Leidel
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2011-05-31
Fixed #15805 - assertFieldOutput should not use assertRaisesRegexp
Luke Plant
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant
2011-05-30
Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...
Luke Plant
2011-05-30
Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Luke Plant
2011-05-28
Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...
Jannis Leidel
2011-05-27
Changed a bit the strategy used to test staticfiles finders so they can cope ...
Ramiro Morales
2011-05-26
Modified a couple of i18n regression tests to make them run under Windows.
Ramiro Morales
2011-05-26
Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...
Jannis Leidel
2011-05-24
Made expected output platform-independent in a test for the template postmort...
Ramiro Morales
2011-05-24
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...
Luke Plant
2011-05-24
Fixed #16080 -- Handle admin list filter items with two characters better. Th...
Jannis Leidel
2011-05-23
Workaround particularities of Python under Windows that interfere with expect...
Ramiro Morales
2011-05-23
Changed utils/decorators.py tests to use RequestFactory
Luke Plant
2011-05-23
Refactoring of 'fully_decorated' for clarity and removal of duplication.
Luke Plant
2011-05-22
Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...
Chris Beaven
2011-05-22
Fix UnboundLocalError than could occur during ModelAdmin validation.
Karen Tracey
2011-05-22
Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...
Jannis Leidel
2011-05-21
Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...
Ramiro Morales
2011-05-21
Fixed #12417 -- Added signing functionality, including signing cookies. Many ...
Jannis Leidel
2011-05-21
Fixed #14476 -- Fixed resolution of automatically generated annotation names ...
Ramiro Morales
2011-05-18
Removed a settings test introduced in r16237 that didn't run on Python < 2.6 ...
Jannis Leidel
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-05-17
Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...
Jannis Leidel
2011-05-17
Updated humanize tests to use the FixedOffset timezone from the utils and rem...
Jannis Leidel
2011-05-15
Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...
Ramiro Morales
2011-05-14
Added ability to describe grouping of form fields in the same row to the `fie...
Ramiro Morales
[prev]
[next]