Changes between Version 14 and Version 15 of ClassBasedViews
- Timestamp:
- Nov 5, 2010, 12:53:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassBasedViews
v14 v15 1 1 = Class-Based Views = 2 3 '''Update:''' Class-based generic views have landed [14254] for 1.3. See http://docs.djangoproject.com/en/dev/topics/class-based-views/. Everything below this notice is historical. 2 4 3 5 The proposal to add a class-based framework for describing views (#6735) has been around for a while. It's been proposed for inclusion in Django 1.0, 1.1, and 1.2. This is a summary of the state of debate, with the intention of landing a patch for the 1.3 release.