1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/docs/ref
Shai Berger d097417025 Support 'pyformat' style parameters in raw queries, Refs #10070
Add support for Oracle, fix an issue with the repr of RawQuerySet,
add tests and documentations. Also added a 'supports_paramstyle_pyformat'
database feature, True by default, False for SQLite.

Thanks Donald Stufft for review of documentation.
2013-06-28 06:59:10 +03:00
..
class-based-views Doc cleanup for FormMixin.prefix; refs #18872. 2013-06-25 07:50:43 -04:00
contrib Fixed #20665 -- Missing backslash in sitemaps documentation 2013-06-27 09:42:09 +02:00
files
forms Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
models Docs for related_query_name 2013-06-27 15:44:22 +01:00
templates Fixed #20614 -- Typo in documentation. 2013-06-17 11:35:07 +02:00
clickjacking.txt
databases.txt Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
django-admin.txt Adjusted the docs to reflect when the checksetup command was added. 2013-06-15 10:14:48 -07:00
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed LOGGING setting docs 2013-06-27 16:29:26 +02:00
signals.txt Fix typo 2013-06-27 12:39:50 -04:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
validators.txt
views.txt