1
0
mirror of https://github.com/django/django.git synced 2025-03-13 19:00:45 +00:00

9 Commits

Author SHA1 Message Date
Marcin Sokół
79cc1fa58d [1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs.
Thanks to trac user nikunj.sg for the report.

Backport of b8874084868080baff29ac3453d20a845fd1568c from master.
2014-02-23 13:52:45 +01:00
Tim Graham
9b5f64cc6e Fixed #19516 - Fixed remaining broken links.
Added -n to sphinx builds to catch issues going forward.
2013-01-02 18:32:57 -05:00
Chris Beaven
48e8b5e944 Add orphans support to MultipleObjectMixin
Fixes #7005
2012-11-21 16:50:23 +13:00
Tom Christie
3f2fc2f41a Formatting tweaks. 2012-11-09 16:16:58 +00:00
Tom Christie
5bc6929f9a Include versionadded 1.5 directive 2012-11-09 16:15:19 +00:00
Tom Christie
502be865c6 Add 'page_kwarg' attribute to MultipleObjectMixin, removing hardcoded 'page'. 2012-10-25 10:31:14 +01:00
Tim Graham
20ee727ac9 Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld! 2012-09-08 14:11:45 -04:00
Issac Kelly
060ac8e711 Create headings and expand CBV docs so that the "Built-In CBV" docs include a complete list. 2012-08-10 23:07:15 -07:00
Jannis Leidel
c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation.
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
2012-06-11 10:40:23 +02:00