This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
ae224efd54
django
/
docs
History
Adrian Holovaty
ae224efd54
Fixed
#1510
-- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola and Andy Dustman
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@2543
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-21 15:32:57 +00:00
..
add_ons.txt
…
admin_css.txt
…
apache_auth.txt
…
authentication.txt
…
cache.txt
Added note to docs/cache.txt about memcached backend requiring Python memcached bindings, and added link to that for download
2006-02-24 06:09:35 +00:00
contributing.txt
…
db-api.txt
…
design_philosophies.txt
…
django-admin.txt
Implemented get_indexes() for Postgres backend, which means 'inspectdb' can introspect primary keys and unique indexes for Postgres now.
2006-02-18 22:04:52 +00:00
email.txt
…
faq.txt
Updated 1.0 date in docs/faq.txt
2006-03-16 02:58:25 +00:00
flatpages.txt
Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller
2006-03-16 02:57:30 +00:00
forms.txt
…
generic_views.txt
Fixed
#1510
-- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola and Andy Dustman
2006-03-21 15:32:57 +00:00
i18n.txt
…
install.txt
…
legacy_databases.txt
…
middleware.txt
…
model-api.txt
Fixed
#1296
-- Made SlugField maxlength configurable. Thanks, Matt
2006-02-17 18:15:07 +00:00
modpython.txt
Fixed typo in [2311]
2006-02-16 16:01:59 +00:00
outputting_csv.txt
…
outputting_pdf.txt
Linked kusports.com in docs/outputting_pdf.txt
2006-02-18 16:45:36 +00:00
overview.txt
Beefed up docs/url_dispatch.txt
2005-11-19 18:20:30 +00:00
redirects.txt
…
request_response.txt
…
sessions.txt
…
settings.txt
Fixed
#1486
-- Fixed broken link in docs/settings.txt. Thanks, paul.amor
2006-03-10 03:26:31 +00:00
static_files.txt
…
syndication_feeds.txt
…
templates.txt
Fixed
#1058
-- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com
2006-03-02 05:53:58 +00:00
templates_python.txt
…
tutorial01.txt
…
tutorial02.txt
…
tutorial03.txt
…
tutorial04.txt
…
url_dispatch.txt
…
writing-apps-guide-outline.txt
…