.. |
add_ons.txt
|
Added the missing django.contrib applications to docs/add_ons.txt
|
2006-05-22 03:14:33 +00:00 |
admin_css.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
apache_auth.txt
|
Moved Apache auth handler to django/contrib/auth/handlers/modpython.py
|
2005-11-30 01:14:23 +00:00 |
authentication.txt
|
Fixed #849 -- Improved login_required view decorator to save query-string parameters. Also added documentation on the django.contrib.auth.views.login view to docs/authentication.txt
|
2006-05-22 02:46:55 +00:00 |
cache.txt
|
Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.
|
2006-05-15 11:28:37 +00:00 |
contributing.txt
|
Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the user needs permission to create a database
|
2006-05-05 04:27:16 +00:00 |
csrf.txt
|
Added CsrfMiddleware to contrib, and documentation.
|
2006-05-08 23:03:08 +00:00 |
db-api.txt
|
Added 'Overriding default model methods' section to model-api.txt
|
2006-05-22 03:01:02 +00:00 |
design_philosophies.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
django-admin.txt
|
Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt
|
2006-05-21 20:20:47 +00:00 |
email.txt
|
Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using
|
2006-05-13 17:18:42 +00:00 |
faq.txt
|
Changed docs/faq.txt MVC question to use clearer argument made in Jacob's Google presentation.
|
2006-05-03 21:21:25 +00:00 |
flatpages.txt
|
Fixed ReST error in docs/flatpages.txt
|
2006-05-02 02:01:19 +00:00 |
forms.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
generic_views.txt
|
Improved the advice on using QuerySets in extra_context based on feedback from
|
2006-05-21 12:44:58 +00:00 |
i18n.txt
|
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh
|
2006-05-16 21:28:06 +00:00 |
install.txt
|
Changed the link the "official tarball" to refer to the 0.91 release and added
|
2006-05-17 02:39:52 +00:00 |
legacy_databases.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
middleware.txt
|
Documented that CommonMiddleware will not append a slash to URLs containing a
|
2006-05-20 03:35:25 +00:00 |
model-api.txt
|
Added 'Overriding default model methods' section to model-api.txt
|
2006-05-22 03:01:02 +00:00 |
modpython.txt
|
Made small clarification to docs/modpython.txt
|
2006-05-08 20:39:52 +00:00 |
outputting_csv.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
outputting_pdf.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
overview.txt
|
Fixed #1811 -- Fixed inconsistencies in docs/overview.txt
|
2006-05-09 15:31:03 +00:00 |
redirects.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
request_response.txt
|
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
|
2006-05-09 15:21:28 +00:00 |
sessions.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
settings.txt
|
Clarified (hopefully) how to use the default settings override in configure().
|
2006-05-17 06:57:22 +00:00 |
static_files.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
syndication_feeds.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
templates.txt
|
Fixed more ReST errors in docs
|
2006-05-02 01:59:39 +00:00 |
templates_python.txt
|
Documented the simple_tag and inclusion_tag functions that make writing certain
|
2006-05-19 02:02:34 +00:00 |
transactions.txt
|
Fixed #1815: More documentation proof-reading from nico@teknico.net.
|
2006-05-15 11:33:17 +00:00 |
tutorial01.txt
|
Fixed #1724 -- updated the output from the shell commands to match what we now
|
2006-05-18 12:41:24 +00:00 |
tutorial02.txt
|
Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr
|
2006-05-16 20:45:20 +00:00 |
tutorial03.txt
|
Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr
|
2006-05-16 20:45:20 +00:00 |
tutorial04.txt
|
Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr
|
2006-05-16 20:45:20 +00:00 |
url_dispatch.txt
|
Fixed two typos in docs/url_dispatch.txt
|
2006-05-03 02:18:10 +00:00 |