damned-lies r1225 - trunk



Author: stephaner
Date: Fri Dec 19 16:52:00 2008
New Revision: 1225
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1225&view=rev

Log:
2008-12-19  StÃphane Raimbault  <stephane raimbault gmail com>

	* README: Bump requirement to Python 2.4


Modified:
   trunk/ChangeLog
   trunk/README

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Fri Dec 19 16:52:00 2008
@@ -16,7 +16,9 @@
 
 1 - Django 1.0.X
 
-2 - [Optional] Django Evolution is an extension to Django that allows
+2 - Python 2.4 (for set built-in).
+
+3 - [Optional] Django Evolution is an extension to Django that allows
     you to track changes in your models over time, and to update the
     database to reflect those changes.
 
@@ -27,7 +29,7 @@
     Run './manage.py syncdb' before any model changes and './manage.py
     evolve --hint --execute' after.
 
-3 - [Optional] Django Debug Toolbar
+4 - [Optional] Django Debug Toolbar
     git clone git://github.com/dcramer/django-debug-toolbar.git
     Define USE_DEBUG_TOOLBAR to True in settings.py to use it.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]