1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
2009-02-22 06:07:21 +00:00
..
contrib Fixed #10141 -- Added a missing import to the complex Feed example. Thanks to Temoto for the report. 2009-02-22 06:07:21 +00:00
files
forms Fixed #10135 -- Added some import statements to docs/ref/forms/fields.txt and docs/ref/forms/widgets.txt to help people understand where the code lives. Thanks, Rob Hudson 2009-02-21 08:45:47 +00:00
models Clarified some documentation on the use of the aggregate() query modifier, following suggestions on IRC. Thanks to Tai Lee for the report. 2009-02-17 10:17:29 +00:00
templates Fixed #10177 -- Fixed typo in docs/ref/templates/builtins.txt. Thanks, bmjames 2009-02-21 08:43:35 +00:00
databases.txt Fixed #10142 -- Added docs and an exploding error message to highlight an error present in the implementation of STDDEV_POP and VAR_POP in PostgreSQL 8.2-8.2.4 that will give incorrect answers (the database function mistakenly returns sample, rather than population deviation/variance). Thanks to Vinay Sajip <vinay_sajip@yahoo.co.uk> for the report, and Ian Kelly for pointing out the cause of the problem. 2009-02-02 12:03:31 +00:00
django-admin.txt
generic-views.txt
index.txt
middleware.txt A few minor wording, whitespace, punctuation, and link changes for the middleware documentation. 2009-02-15 05:46:00 +00:00
request-response.txt
settings.txt
signals.txt
unicode.txt