summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-02-16Fixed a few typos and updated an example in the URLs docs.Aymeric Augustin
2012-02-16Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.Aymeric Augustin
2012-02-16Fix a reST foul up.Alex Gaynor
2012-02-16Accommodate new version numbering scheme.James Bennett
2012-02-16Bump version numbers for 1.4 beta 1.James Bennett
2012-02-16Update beta release notes.James Bennett
2012-02-16Added an explicit warning about cookie session store to release notes.Paul McMillan
2012-02-16Corrected a sentence fragment in the release notes.Gabriel Hurley
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2012-02-15Fixed #17652 -- Removed all mentions to Windmill from the docs as that projec...Julien Phalip
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysium...Timo Graham
2012-02-12Fixed #16150 -- Added 'feed_url' and clarified 'link' in the Feed reference d...Aymeric Augustin
2012-02-12Fixed #17451 -- Mentioned the new JavaScript lexer in the release notes. Refs...Aymeric Augustin
2012-02-12Added documentation for r17418. Refs #17481.Aymeric Augustin
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales
2012-02-11Fixed #17618 - Documented that variable names in template must not start with...Timo Graham
2012-02-11Fixed small errors in GeoDjango tutorial, enhanced code pygmentation in insta...Ramiro Morales
2012-02-11Added, documented support for SpatiaLite 3.0 to GeoDjango.Ramiro Morales
2012-02-10Updated a couple of links in GeoDjango install doc.Ramiro Morales
2012-02-10Made a couple of tweaks to lazy translation docs.Ramiro Morales
2012-02-10Made some small tweaks to GeoDjango docs.Ramiro Morales
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
2012-02-09Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...Jannis Leidel
2012-02-09Fixed #17217 -- Use non breaking spaces for format localization in which spac...Jannis Leidel
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2012-02-09added German (Switzerland) localflavor formatsJannis Leidel
2012-02-09Fixed #10793 -- Stopped caching paginator instances in sitemap classes to pre...Jannis Leidel
2012-02-09Documented the new version numbering scheme introduced in r17357.Aymeric Augustin
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
2012-02-06Fixed a couple of minor errors in the django-admin(1) Unix man page.Ramiro Morales
2012-02-05Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk fo...Timo Graham
2012-02-05Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andrew and n...Timo Graham
2012-02-04Fixed #17625 -- Mention in the management command docs that modules with an u...Jannis Leidel
2012-02-04Fixed #17182 -- Changed best practice documentation for Form.clean to use sup...Jannis Leidel
2012-02-04Fixed #17517 -- Added `--name` option to startproject and startapp management...Jannis Leidel
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-02-03Edited serialization.txt changes from [17355]Adrian Holovaty
2012-02-03Edited releases/1.4.txt changes from [17354]Adrian Holovaty
2012-02-03Edited releases/1.4.txt changes from [17353]Adrian Holovaty
2012-02-03Edited db/transactions.txt changes from [17341]Adrian Holovaty
2012-02-03Edited django-admin.txt changes from [17340]Adrian Holovaty
2012-02-03Edited deployment doc changes from [17338]Adrian Holovaty
2012-02-03Edited models/options.txt changes from [17314]Adrian Holovaty
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-31Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...Carl Meyer
2012-01-30Fixed #10868 -- Stopped restoring database connections after the tests' execu...Julien Phalip
2012-01-29Add a mention in the startproject docs section that --template can take a URLChris Beaven