django/docs/ref/class-based-views
Alasdair Nicol 39b099bdd2 [1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index
Also moved accessor method get_redirect_url next to its attribute url
for consistency with the other views.

Thanks nikunj.sg for the report

Backport of 462edd22e5 from master.
2014-02-23 13:58:08 +01:00
..
base.txt [1.6.x] Fixed #21768 -- Corrected TemplateView context section. 2014-01-16 07:59:15 -05:00
flattened-index.txt [1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index 2014-02-23 13:58:08 +01:00
generic-date-based.txt [1.6.x] Fixed the base class note in the Date Views docs. 2013-11-19 10:25:48 -05:00
generic-display.txt [1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt 2013-07-11 07:37:42 -04:00
generic-editing.txt [1.6.x] Fixed inaccuracies in generic mixins documentation. 2014-02-09 11:00:25 +00:00
index.txt Fixed #20476 -- Typo. 2013-05-21 21:29:14 +02:00
mixins-date-based.txt [1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs. 2013-11-18 16:03:00 +01:00
mixins-editing.txt [1.6.x] Fixed inaccuracies in generic mixins documentation. 2014-02-09 11:00:25 +00:00
mixins-multiple-object.txt [1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs. 2014-02-23 13:52:45 +01:00
mixins-simple.txt Fixed #20294 -- Documented context processors in TemplateResponseMixin. 2013-05-18 12:45:40 +02:00
mixins-single-object.txt [1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs. 2014-02-23 13:52:45 +01:00
mixins.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00