index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2005-07-26
Fixed #143 -- Clarified the need for an environment variable in tutorial 1. T...
Adrian Holovaty
2005-07-26
Fixed #166 -- Added an 'in' lookup type to the database API
Adrian Holovaty
2005-07-26
Added 'ne' lookup type to docs/db-api
Adrian Holovaty
2005-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-26
Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi
Adrian Holovaty
2005-07-26
Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...
Adrian Holovaty
2005-07-25
Fixed #196: date-based generic views now have a "use_numeric_months" option i...
Jacob Kaplan-Moss
2005-07-25
Copy-edited docs from [303] and [304]
Adrian Holovaty
2005-07-25
Cleaned up FAQ changes from [303]
Adrian Holovaty
2005-07-24
A bunch of generics: documentation of generic views; cleaned up existing gene...
Jacob Kaplan-Moss
2005-07-24
Added formfields/manipulators docs; added a few notes to the FAQ
Jacob Kaplan-Moss
2005-07-23
Fixed #169 -- Thanks, django@gimbo.org.uk
Adrian Holovaty
2005-07-22
Fixed #153 -- Changed docs to use new ordering syntax
Adrian Holovaty
2005-07-22
Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...
Jacob Kaplan-Moss
2005-07-21
Fixed typos in docs/url_dispatch from [282]
Adrian Holovaty
2005-07-21
Fixed spelling error and reworded mod_python PythonInterpreter section of docs
Adrian Holovaty
2005-07-21
Fixed #141 -- thanks sdelatorre@gmail.com
Jacob Kaplan-Moss
2005-07-21
Rolled a number of comments into documentation; thanks to all those who contr...
Jacob Kaplan-Moss
2005-07-21
Updated url dispatch docs to make it more clear that the prefix need not end ...
Jacob Kaplan-Moss
2005-07-21
Rolled comments on faq into the FAQ
Jacob Kaplan-Moss
2005-07-21
Rolled comments on tutorial 3 into document and cleaned up a few things.
Jacob Kaplan-Moss
2005-07-21
No, [278] missed the actual bug; this should fix it
Jacob Kaplan-Moss
2005-07-21
Fixed ReST bug in [277]
Jacob Kaplan-Moss
2005-07-21
Added note about using different settings modules in the same virtual host
Jacob Kaplan-Moss
2005-07-21
Fixed #135 -- Added 'Multiple Django installations on the same Apache' to doc...
Adrian Holovaty
2005-07-21
Changed tutorial docs to account for auto-reload on the development server
Adrian Holovaty
2005-07-21
Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...
Adrian Holovaty
2005-07-21
Added 'django-admin createsuperuser' and updated tutorial to use it instead o...
Adrian Holovaty
2005-07-21
Added 'Serving media files' to docs/modpython.txt
Adrian Holovaty
2005-07-21
Fixed #103 -- Changed docs/install.txt to note there is no official version yet
Adrian Holovaty
2005-07-20
Added optional rel_name parameter to ManyToManyField, which makes it possible...
Adrian Holovaty
2005-07-20
Fixed #123 -- thanks jay!
Jacob Kaplan-Moss
2005-07-20
Added note about ForeignKey("self"); fixes #100
Jacob Kaplan-Moss
2005-07-20
Added clarification about 'django-admin.py sqlclear' to docs/tutorial01
Adrian Holovaty
2005-07-20
Fixed small problem in [250]
Jacob Kaplan-Moss
2005-07-20
Added "philosophy" sections to tutorials so they can be styled differently
Jacob Kaplan-Moss
2005-07-20
Added '--settings' option to django-admin. This specifies which settings modu...
Adrian Holovaty
2005-07-20
Added 'How can I customize the functionality of the admin interface?' to FAQ
Adrian Holovaty
2005-07-20
Fixed typos and tightened up docs/url_dispatch.txt
Adrian Holovaty
2005-07-19
Fixed inevitable ReST bug in [224]
Adrian Holovaty
2005-07-19
Added better description of SlugField
Adrian Holovaty
2005-07-19
Changed docs/cache to add docs for site-wide caching, via the cache middleware
Adrian Holovaty
2005-07-19
Added 'Running a development server with mod_python' to docs/modpython.txt
Adrian Holovaty
2005-07-19
Added note about 'PythonDebug Off' to docs/modpython.txt
Adrian Holovaty
2005-07-19
Added some more to docs/modpython.txt
Adrian Holovaty
2005-07-19
Removed redundant word from docs/modpython.txt
Adrian Holovaty
2005-07-19
Added note to tutorial02 on how to stop the development server on Unix vs. Wi...
Adrian Holovaty
2005-07-19
Added 'How can I see the raw SQL queries Django is running?' to the FAQ
Adrian Holovaty
2005-07-19
Added 'How to use Django with mod_python' -- docs/modpython.txt
Adrian Holovaty
2005-07-19
Fixed bug in example exception in tutorial03 -- thanks, Amit Upadhyay
Adrian Holovaty
[next]