summaryrefslogtreecommitdiff
path: root/tests/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-2/+1
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-31/+6
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-10/+10
* Made sure the new project template functionality works when the templateRamiro Morales2011-12-291-1/+1
* Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel2011-12-221-0/+3
* Converted internal link generation in the admin and admin document generator ...Ramiro Morales2011-09-201-1/+3
* Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales2011-09-201-4/+0
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-111-1/+1
* Changed utils/decorators.py tests to use RequestFactoryLuke Plant2011-05-231-1/+0
* Modified some regression tests to make them independent of the default root u...Russell Keith-Magee2011-04-021-15/+0
* Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...Alex Gaynor2011-01-201-0/+4
* Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel2010-10-211-3/+0
* Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel2010-10-201-0/+3
* Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...Adrian Holovaty2010-01-101-0/+3
* Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty2010-01-101-0/+3
* Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick2009-03-221-2/+5
* Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss2009-01-161-0/+3
* Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner2008-11-131-0/+1
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-181-0/+3
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+3
* Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...Russell Keith-Magee2008-06-231-3/+0
* Added basic tests for auth.views.password_resetLuke Plant2008-06-201-0/+3
* Merged the tests and documentation from #4720 to support the changes in [7295].Malcolm Tredinnick2008-03-201-0/+3
* Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...Gary Wilson Jr2008-03-171-1/+3
* Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick2007-12-021-0/+3
* Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...Russell Keith-Magee2007-09-171-0/+3
* Improved error reporting for assertions where there are no form errors, or a ...Russell Keith-Magee2007-05-101-0/+1
* Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee2007-03-011-1/+1
* Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick2007-02-131-0/+3
* Refs #2333 - Added model test for the test Client. Russell Keith-Magee2006-09-021-0/+10