Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/view_tests/generic_urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+0
| | | | Thanks Carl Meyer for the report and Tim Graham for the review.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Moved tests for render shortcuts to their own app.Aymeric Augustin2014-11-221-14/+0
|
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-4/+5
| | | | url().
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-27/+27
| | | | 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 #17942 -- Added a JsonResponse class to more ↵Lukasz Balcerzak2014-02-151-0/+5
| | | | | | | easily create JSON encoded responses. Thanks leahculver for the suggestion and Erik Romijn, Simon Charette, and Marc Tamlyn for the reviews.
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+1
|
* Fixed #4278 -- Added a dirs parameter to a few functions ↵Berker Peksag2013-09-181-0/+2
| | | | | | | | | | | to override TEMPLATE_DIRS. * django.template.loader.get_template() * django.template.loader.select_template() * django.shortcuts.render() * django.shortcuts.render_to_response() Thanks amcnabb for the suggestion.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-0/+57
modeltests/regressiontests.