Changes between Version 61 and Version 62 of Version1.2Features


Ignore:
Timestamp:
Aug 20, 2009, 8:32:04 AM (15 years ago)
Author:
kramer
Comment:

SQL commands in dev server

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v61 v62  
    2121    * or: if DEBUG: { some database settings } else: { other database settings }
    2222  * integrate some DVCS in django-admin.py, perhaps Mercurial or Git. This would make it easier to adopt and collaborate on Django projects. (This is stolen from Rails)
     23  * show all SQL commands issued in the development server, for debugging purposes, perhaps only if DEBUG=true (another one stolen from Rails / Mongrel)
    2324  * Complete comment moderation by documenting existing approval process (#9819) and/or by adding admin actions (#11625) to the `CommentsAdmin`.
    2425  * Extra template tags and filters (http://groups.google.com/group/django-developers/browse_thread/thread/2045a50970d6a883)
Back to Top