Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Collin Anderson
|
a420f83e7d
|
Fixed #24055 -- Keep reference to view class for resolve()
|
2015-01-17 22:09:10 +07:00 |
Claude Paroz
|
f48e2258a9
|
Fixed #24133 -- Replaced formatting syntax in success_url placeholders
Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham
for the reviews.
|
2015-01-12 22:51:22 +01:00 |
Jon Dufresne
|
8c581ff394
|
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Enabling the attribute causes get_object() to perform its lookup
using both the primary key and the slug.
|
2014-10-02 15:42:30 -04:00 |
Peter Harley
|
2724cdbff6
|
Fixed #18355 -- Added ordering options to list based generic views.
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
2014-08-15 11:09:47 -04:00 |
Tim Graham
|
a9fd740d22
|
Fixed #23276 -- Deprecated passing views as strings to url().
|
2014-08-12 13:15:40 -04:00 |
chriscauley
|
66ec9ee441
|
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
Thanks tomwys for the suggestion.
|
2014-04-16 20:36:29 -04:00 |
Tim Graham
|
d73d0e071c
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
2014-04-03 07:28:10 -04:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Peter Harley
|
cdd6617da6
|
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise exception.
Thanks to Keryn Knight for the report.
|
2013-12-15 21:49:52 +01:00 |
Boryslav Larin
|
e737c009b8
|
Fixed flake8 E241
|
2013-11-02 21:45:40 +02:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |