1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs
2005-08-05 14:38:22 +00:00
..
admin_css.txt
cache.txt
db-api.txt Small formatting improvement to docs/db-api.txt 2005-08-05 14:38:22 +00:00
faq.txt Changed faq to say explicitly that db.queries includes all SQL statements 2005-08-02 20:38:55 +00:00
forms.txt
generic_views.txt
install.txt Changed docs/install.txt to note SQLite support and requirement for pysqlite 2.0.3 or higher 2005-07-28 18:21:46 +00:00
model-api.txt Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley 2005-08-04 19:00:20 +00:00
modpython.txt
overview.txt Fixed small typo in docs/overview.txt -- thanks, Trent 2005-08-01 21:37:16 +00:00
templates.txt
tutorial01.txt Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set. 2005-08-01 16:26:39 +00:00
tutorial02.txt
tutorial03.txt Additional clarification to [365] 2005-08-01 19:03:33 +00:00
url_dispatch.txt
writing-apps-guide-outline.txt