django/docs/topics/class-based-views
Thijs van Dien f5e1d72de2 [1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.

Thanks guettli for reporting this.

Backport of 1679472165 from master
2015-11-07 21:59:59 +01:00
..
generic-display.txt [1.9.x] Fixed #25397 -- Documented class-based view context variable clash with context processors. 2015-10-23 15:24:14 -04:00
generic-editing.txt [1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs. 2015-11-07 21:59:59 +01:00
index.txt Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:07:10 -04:00
intro.txt Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators. 2015-09-18 19:04:29 -04:00
mixins.txt Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:07:10 -04:00