Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
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/r...Florian Apolloner2013-02-261-10/+10
* Made sure the new project template functionality works wh...Ramiro Morales2011-12-291-1/+1
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-0/+3
* Converted internal link generation in the admin and admin...Ramiro Morales2011-09-201-1/+3
* Improved test isolation of the admin tests and assigned c...Ramiro Morales2011-09-201-4/+0
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-121-1/+1
* Changed utils/decorators.py tests to use RequestFactoryLuke Plant2011-05-231-1/+0
* Modified some regression tests to make them independent o...Russell Keith-Magee2011-04-021-15/+0
* Fixed #14774 -- the test client and assertNumQueries didn...Alex Gaynor2011-01-201-0/+4
* Fixed #14507 -- Corrected the logic of the URL helpers an...Jannis Leidel2010-10-211-3/+0
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-0/+3
* Fixed #6094 -- Middleware exceptions are now caught by th...Adrian Holovaty2010-01-101-0/+3
* Fixed #8049 -- Fixed inconsistency in admin site is_activ...Adrian Holovaty2010-01-101-0/+3
* Fixed #5791 -- Added early-bailout support for views (ETa...Malcolm Tredinnick2009-03-221-2/+5
* Cleaned up and refactored `ModelAdmin.formfield_for_dbfie...Jacob Kaplan-Moss2009-01-161-0/+3
* Fixed #9498 -- Handle a formset correctly when the foreig...Brian Rosner2008-11-131-0/+1
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-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 b...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 ...Malcolm Tredinnick2008-03-201-0/+3
* Fixed #6679 -- In `decorator_from_middleware`, don't unpa...Gary Wilson Jr2008-03-171-1/+3
* Fixed #3228 -- Added new APPEND_SLASH handling behaviour ...Malcolm Tredinnick2007-12-031-0/+3
* Fixed #5496 -- Added test cases for some of the built-in ...Russell Keith-Magee2007-09-171-0/+3
* Improved error reporting for assertions where there are n...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 par...Malcolm Tredinnick2007-02-131-0/+3
* Refs #2333 - Added model test for the test Client. Russell Keith-Magee2006-09-021-0/+10