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
/
views
Age
Commit message (
Expand
)
Author
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-02
Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...
Jannis Leidel
2011-03-01
Fixed #15281 -- Made the static view use an iterator when serving a file, eff...
Jannis Leidel
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2011-02-16
Fix the test isolation from [15552].
Alex Gaynor
2011-02-16
Fixed #15314 -- Added tests for the static URL pattern function added in r155...
Jannis Leidel
2011-02-07
Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...
Ramiro Morales
2011-02-01
Modified the test case from r15383 to avoid an output inconsistency with KeyE...
Russell Keith-Magee
2011-02-01
Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...
Russell Keith-Magee
2011-01-20
Fixed #15122 -- Restored reporting of the template files tried in the texmpla...
Ramiro Morales
2011-01-13
Fixed #15025 - template debug fails if there's a callable local var that gene...
Luke Plant
2011-01-05
Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...
Jannis Leidel
2010-12-22
Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy argumen...
Russell Keith-Magee
2010-12-21
Fixed #12816 -- Added a render() shortcut.
Russell Keith-Magee
2010-12-13
Fixed #13726 -- Further refine changes made in r12384 and r13069 for using no...
Jannis Leidel
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-30
Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...
Ramiro Morales
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-01
Fixed #13897 -- Added tests for pagination feature of the generic object_list...
Jannis Leidel
2010-09-26
Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d...
Jannis Leidel
2010-09-26
Fixed #7535 -- Correctly set Content-Encoding header in static files serving ...
Jannis Leidel
2010-09-11
Add option to redirect_to view to allow passing along the query string
Malcolm Tredinnick
2010-05-13
Fixed #13514 -- Corrected the process of loading multiple javascript translat...
Russell Keith-Magee
2010-03-22
Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.
Karen Tracey
2010-03-12
Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved thr...
Russell Keith-Magee
2010-03-08
Add files mistakenly left out of r12725.
Karen Tracey
2010-03-08
Fixed #11461: Ensured complete traceback is available on the debug page when ...
Karen Tracey
2010-03-08
Move the tests added for #12302 to where some other tests for debug page resp...
Karen Tracey
2010-03-05
Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...
Karen Tracey
2010-03-02
Fixed #11522: Restored ability of http redirect responses to correctly handle...
Karen Tracey
2010-02-16
Fixed #11384 - Make sure translations in the project directory really overrid...
Jannis Leidel
2010-02-05
Fixed #3594 - Added ability to discard the language catalog in the JavaScript...
Jannis Leidel
2010-01-10
Fixed: 3274: Added date_list context variable to the archive_month generic vi...
Karen Tracey
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-12-30
Fixed #12448 - Make sure format strings are handled correctly as unicode.
Jannis Leidel
2009-12-19
Fixed #10927 - Content Types shortcut view throws 500s instead of 404s
Luke Plant
2009-11-01
Fixed #12125 -- Fixed a typo in the generic views date_based test that caused...
Karen Tracey
2009-04-13
Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...
Russell Keith-Magee
2009-04-12
Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().
Malcolm Tredinnick
2009-04-09
Fixed #7944: date-based generic views no longer get confused with a numeric m...
Jacob Kaplan-Moss
2009-03-31
Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
Jacob Kaplan-Moss
2008-08-23
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...
Brian Rosner
2008-08-22
Fixed #8366: Modified a test fixture to remove an unnecessary forward referen...
Russell Keith-Magee
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Fixed #3639: updated generic create_update views to use newforms. This is a b...
Jacob Kaplan-Moss
2007-12-17
Fixed #5596 -- Changed the static view for the development server so that Dja...
Malcolm Tredinnick
2007-12-02
Removed unused import.
Gary Wilson Jr
[next]