1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
Aymeric Augustin c2e19e26bc Fixed #17856 -- Passed obj to get_inline_instances
Thanks ybon, quinode and sjaensch for the patch, and Tim Graham
for the review.
2012-10-20 15:49:52 +02:00
..
class-based-views
contrib Fixed #17856 -- Passed obj to get_inline_instances 2012-10-20 15:49:52 +02:00
files
forms Added ref to format localization in Date[Time]Field docs 2012-10-13 11:17:25 +02:00
models Fixed #18046 - Documented than an index is created by default for ForeignKeys; thanks jbauer for the suggestion. 2012-10-18 16:58:05 -04:00
templates Added section about URL reversion to URL mapper document. 2012-10-07 20:21:07 -03:00
authbackends.txt
clickjacking.txt
databases.txt Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 2012-10-12 19:17:00 -04:00
django-admin.txt
exceptions.txt
index.txt Refactored URL mapping documentation. 2012-10-06 11:27:20 -03:00
middleware.txt Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware. 2012-10-17 15:46:59 -04:00
request-response.txt Fixed #5611 -- Restricted accepted content types in parsing POST data 2012-10-20 14:56:16 +02:00
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt Added section about URL reversion to URL mapper document. 2012-10-07 20:21:07 -03:00
urls.txt More URL mapping documentation fixes. 2012-10-06 16:35:22 -03:00
utils.txt
validators.txt