index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
urls.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2011-12-29
Made sure the new project template functionality works when the template
Ramiro Morales
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-20
Improved test isolation of the admin tests and assigned custom admin sites to
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-05-23
Changed utils/decorators.py tests to use RequestFactory
Luke Plant
2011-04-02
Modified some regression tests to make them independent of the default root u...
Russell Keith-Magee
2011-01-20
Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...
Alex Gaynor
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2009-01-16
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
Jacob Kaplan-Moss
2008-11-13
Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...
Brian Rosner
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-23
Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...
Russell Keith-Magee
2008-06-20
Added basic tests for auth.views.password_reset
Luke Plant
2008-03-20
Merged the tests and documentation from #4720 to support the changes in [7295].
Malcolm Tredinnick
2008-03-17
Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...
Gary Wilson Jr
2007-12-02
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...
Malcolm Tredinnick
2007-09-17
Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...
Russell Keith-Magee
2007-05-10
Improved error reporting for assertions where there are no form errors, or a ...
Russell Keith-Magee
2007-03-01
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee
2007-02-13
Fixed #2606 -- Added tag for working out the URL of a particular view function.
Malcolm Tredinnick
2006-09-02
Refs #2333 - Added model test for the test Client.
Russell Keith-Magee