summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-01-10Fixed #11976 -- Ended our campaign to add the word 'valdation' to the English...Adrian Holovaty
2010-01-10Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ...Adrian Holovaty
2010-01-10Fixed: 3274: Added date_list context variable to the archive_month generic vi...Karen Tracey
2010-01-10Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ...Adrian Holovaty
2010-01-10Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaevAdrian Holovaty
2010-01-10Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazisAdrian Holovaty
2010-01-10Fixed #11693 -- Added escaping for the dot in sitemap.xml in the URLpattern i...Adrian Holovaty
2010-01-10Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma...Adrian Holovaty
2010-01-10Fixed #12345 -- Fixed bug in db/models.txt.Adrian Holovaty
2010-01-10Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timoAdrian Holovaty
2010-01-10Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.netAdrian Holovaty
2010-01-10Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ...Adrian Holovaty
2010-01-10Fixed #12161 -- Added escaping of a backslash in two generic-views.txt exampl...Adrian Holovaty
2010-01-10Fixed #12084 -- Documented the fact that QuerySet.update() returns the number...Adrian Holovaty
2010-01-10Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, brong...Adrian Holovaty
2010-01-10Fixed #11884 -- Clarified documentation to explain how to activate the built-...Adrian Holovaty
2010-01-10Fixed #11880 -- Changed admin URLconfs in docs to use raw strings, for consis...Adrian Holovaty
2010-01-10Fixed #12228 -- Updated flatpages examples. Thanks, johnthedebsAdrian Holovaty
2010-01-10Fixed #12350 -- Fixed typo in tutorial04. Thanks, mortenseAdrian Holovaty
2010-01-10Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortenseAdrian Holovaty
2010-01-10Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timoAdrian Holovaty
2010-01-10Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@...Adrian Holovaty
2010-01-10Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schicklerAdrian Holovaty
2010-01-10Fixed #10947 -- Fixed error in __in documentation. Thanks, julianb and timoAdrian Holovaty
2010-01-10Fixed #10862 -- Clarified confusing documentation about ImageField height/wid...Adrian Holovaty
2010-01-10Fixed #10800 -- Made a small improvement to render_to_string() docs. Thanks, ...Adrian Holovaty
2010-01-10Fixed #12216 -- Fixed typo in flatpages docs. Thanks, timoAdrian Holovaty
2010-01-09Minor formatting fixes for [12139]Jannis Leidel
2010-01-09Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty
2010-01-09Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel
2010-01-09Negligible change to docs/topics/cache.txt so I can test something in the doc...Adrian Holovaty
2010-01-09Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty
2010-01-09Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1Adrian Holovaty
2010-01-09Fixed #12523 -- Fixed typo in docs/ref/contrib/messages.txtAdrian Holovaty
2010-01-09Fixed #12555 -- Fixed typo in docs/ref/models/querysets.txt. Thanks, y_feldblumAdrian Holovaty
2010-01-09Edited docs/ref/validators.txtAdrian Holovaty
2010-01-09Made some edits to the validation part of docs/ref/models/instances.txtAdrian Holovaty
2010-01-09Edited docs/releases/1.2.txtAdrian Holovaty
2010-01-09Edited docs/topics/db/multi-db.txtAdrian Holovaty
2010-01-09Removed ridiculous extra space around the title in docs/topics/db/aggregation...Adrian Holovaty
2010-01-08Corrected the chronograph on my time machine. ``using`` argument was added in...Russell Keith-Magee
2010-01-08Added `using` to the list of documented arguments for save() on a model; upda...Russell Keith-Magee
2010-01-07Corrected some referencing problems in the docs.Russell Keith-Magee
2010-01-07Added docs on how syncdb and other management commands interact with multi-db.Russell Keith-Magee
2010-01-06Corrected yet another BACKEND/ENGINE error in the docs, this time in the rele...Russell Keith-Magee
2010-01-06Move database settings changes into deprecated rather than backwards-incompat...James Bennett
2010-01-06Add 1.2 alpha release notes.James Bennett
2010-01-06Add note about model validation to draft 1.2 release notes.James Bennett
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2010-01-05Added a note that full_validate will not be called automatically by model.sav...Joseph Kocherhans