1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/docs/ref
Matt Deacalion Stevens fa217d14a0 Updated the databases documentation
+ Removed a reference about MySQL storage engines also being
   called 'table types', as this term has been deprecated for
   8 years and is no longer used.

 + Fixed the link to the official InnoDB storage engine docs.

 + Apache (versions >= 2.4) will always choose a multi-threaded
   MPM module on modern operating systems (later than 2002).
2013-07-19 09:01:13 +01:00
..
class-based-views
contrib Atom specification URL updated 2013-07-18 12:53:54 +01:00
files
forms
models Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32:30 -04:00
templates Allowed Context.push to behave as a context mananger. 2013-07-17 13:32:32 -04:00
clickjacking.txt
databases.txt Updated the databases documentation 2013-07-19 09:01:13 +01:00
django-admin.txt Fixed typo in inspectdb docs 2013-07-18 11:37:01 +01:00
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Atom specification URL updated 2013-07-18 12:53:54 +01:00
validators.txt
views.txt