django/docs/ref
Tim Graham 090315f5df Fixed spelling ("dependant" -> "dependent")
Dependent means reliant on.
A dependant is a person like a child or spouse.

Thanks Andrew Wilcox for the report.
2013-11-01 21:29:39 -04:00
..
class-based-views
contrib Fixed #20610: Added a message level dict to contrib.message context processor. 2013-10-30 13:54:07 +01:00
files Fixed #21219 -- Added a way to set different permission for static files. 2013-10-24 17:40:01 -04:00
forms Fixed #8620 -- Updated the Form metaclass to support excluding fields by shadowing them. 2013-10-14 22:42:33 +07:00
models Fixed #21344 -- Typo in docs/ref/models/queries.txt 2013-10-28 14:52:26 -04:00
templates Fixed spelling ("dependant" -> "dependent") 2013-11-01 21:29:39 -04:00
clickjacking.txt
databases.txt
django-admin.txt
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt A few doc additions for changes from d228c1192e. 2013-09-22 13:46:16 -03:00
utils.txt
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00
views.txt