1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs
2007-06-07 17:50:53 +00:00
..
add_ons.txt Fixed #1791 - documented dependancies of contrib packages. 2007-06-07 17:50:53 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt Simplified a coding style example in docs/contributing.txt from [5264] 2007-05-16 21:36:31 +00:00
csrf.txt
databases.txt
databrowse.txt Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas Güttler 2007-05-14 03:29:13 +00:00
db-api.txt Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com. 2007-06-07 17:46:55 +00:00
design_philosophies.txt
distributions.txt
django-admin.txt Fixed #4455 -- Small typo fix. 2007-06-02 08:00:11 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
generic_views.txt Fixed #4401 -- Added documentation about mimetype parameter to 2007-06-01 10:37:39 +00:00
i18n.txt Fixed #4281 -- Fixed error in docs/i18n.txt example 2007-05-12 15:38:24 +00:00
install.txt Fixed #4331 -- Updated possible installation paths for Python site-packages on 2007-05-28 01:22:42 +00:00
legacy_databases.txt
middleware.txt
model-api.txt Added references to the various get_FOO_*() methods for FileField and 2007-05-27 13:01:21 +00:00
modpython.txt Fixed #4150 -- Added an explanation of how to use eggs with mod_python. 2007-05-27 12:45:14 +00:00
newforms.txt Fixed #4395 -- Fixed a couple of typos in the examples. 2007-05-27 04:37:46 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt Small grammar fixes to docs/serialization.txt changes from [5409] 2007-06-01 17:09:54 +00:00
sessions.txt
settings.txt Fixed grammar error in docs/settings.txt from [5380] 2007-06-01 17:04:36 +00:00
sitemaps.txt Removed "new in development version" warning, since this feature was in the 2007-05-08 02:27:30 +00:00
sites.txt
static_files.txt
syndication_feeds.txt Fixed #3664 -- Documented that get_absolute_url() and item_link() (in 2007-05-15 18:03:00 +00:00
templates_python.txt Negligible spacing change to docs/templates_python.txt 2007-06-01 17:03:14 +00:00
templates.txt Added a clarification that {#...#} is only for single-line comments. 2007-05-27 10:44:42 +00:00
testing.txt Small rewording of docs/testing.txt changes from [5380] 2007-06-01 17:06:06 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt Fixed #4344 -- Trivial typo fix. 2007-05-21 03:48:52 +00:00
tutorial03.txt Fixed #4307 -- Clarified that ROOT_URLCONF is in settings.py and fixed a small 2007-05-27 13:11:30 +00:00
tutorial04.txt Fixed #4409 -- Fixed a typo in tutorial (thanks, mitch.hunt.007@gmail.com 2007-06-01 09:35:29 +00:00
url_dispatch.txt Edited docs/url_dispatch.txt changes from [5362] 2007-06-01 16:59:56 +00:00
webdesign.txt