Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24133 -- Removed legacy formatting syntax in ↵Tim Graham2015-09-241-3/+3
| | | | | | success_url placeholders. Per deprecation timeline.
* 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 ↵Claude Paroz2015-01-121-2/+11
| | | | | | | success_url placeholders Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham for the reviews.
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-0/+4
| | | | | Enabling the attribute causes get_object() to perform its lookup using both the primary key and the slug.
* Fixed #18355 -- Added ordering options to list based ↵Peter Harley2014-08-151-0/+13
| | | | | | | | generic views. Added MultipleObjectMixin.ordering and get_ordering(). Refs #21450.
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-1/+2
| | | | url().
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of ↵chriscauley2014-04-171-57/+57
| | | | | | docs and tests. Thanks tomwys for the suggestion.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-111/+107
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Fixed #21619 -- Made SingleObjectMixin.get_object catch ↵Peter Harley2013-12-151-1/+2
| | | | | | a more precise exception. Thanks to Keryn Knight for the report.
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+266