Changes between Version 84 and Version 85 of IrcFAQ
- Timestamp:
- Jul 21, 2008, 8:38:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v84 v85 49 49 "When it's done" is the short answer. Fixed release dates are rarely set, but searching or browsing the developer list (http://groups.google.com/group/django-developers/) can be informative. 50 50 51 The VersionOneFeatures page might be helpful also.51 The status and roadmap of Django's path to 1.0 can be found on the VersionOneRoadmap. The VersionOneFeatures page might be helpful also. 52 52 53 53 If you feel like pitching in, great! See the [http://www.djangoproject.com/documentation/contributing/ Contributing] docs. … … 204 204 If you're using the development version and render_to_response(), you'll have to include RequestContext, as described here: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext 205 205 206 206 207 If you're using 0.96, you can get the same functionality by creating a template context processor, as described: http://www.b-list.org/weblog/2006/jun/14/django-tips-template-context-processors/ 207 208