Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-241-3/+3
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+1
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-0/+3
* Fixed #24133 -- Replaced formatting syntax in success_url...Claude Paroz2015-01-121-2/+11
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-0/+4
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-151-0/+13
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-1/+2
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-57/+57
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-111/+107
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-151-1/+2
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+266