django/docs
Gary Wilson Jr 351a3ca154 Removed several deprecated features for 1.0 (refs #7830):
* "simple" cache backend
 * `ObjectPaginator`
 * `edit_inline_type` argument for `ForeignKey` fields
 * `QOperator`, `QNot`, `QAnd` and `QOr`
 * `maxlength` argument 


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-02 04:56:11 +00:00
..
man Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
Makefile
add_ons.txt
admin.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
conf.py
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
databases.txt
databrowse.txt
db-api.txt
design_philosophies.txt Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig. 2008-01-13 02:14:21 +00:00
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
form_for_model.txt
form_preview.txt
form_wizard.txt
forms.txt
generic_views.txt
i18n.txt
index.txt
install.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
localflavor.txt
middleware.txt
model-api.txt
modelforms.txt
modpython.txt
oldforms.txt
outputting_csv.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
outputting_pdf.txt
overview.txt
pagination.txt
redirects.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
release_notes_0.95.txt
release_notes_0.96.txt
release_notes_1.0_alpha.txt Changed "each" to "ease" and made several edits from Adrian. 2008-07-22 02:33:16 +00:00
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoume 2008-06-16 03:35:50 +00:00
testing.txt
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
upload_handling.txt
url_dispatch.txt
webdesign.txt