summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-17Changed various non-breaking space characters from [17478] to use the code re...Adrian Holovaty
2012-02-17Fixed typo in GIS testing docs.Carl Meyer
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-17Added note to coding-style.txt about how we should NOT be religious about lin...Adrian Holovaty
2012-02-17Fixed missing periods in django-admin help for startproject from [17432]Adrian Holovaty
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-16Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...Jannis Leidel
2012-02-16Fixed download URL in setup.py.Jannis Leidel
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-16Fix broken test introduced by r17526.Paul McMillan
2012-02-16Use Python's changed comparisons, which makes this a bit more readable.Alex Gaynor
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-14Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...Aymeric Augustin
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-13Minor bugfixing of the staticfiles app following upstream development in djan...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-12Fixed #17656 -- Stopped the collectstatic management command from running the...Jannis Leidel
2012-02-12Added documentation for r17418. Refs #17481.Aymeric Augustin
2012-02-12Fixed AdminEmailHandler to format the subject message correctly when argument...Jannis Leidel
2012-02-11Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB intro...Ramiro Morales
2012-02-11Fixed #15216 -- Made return type of an internal DB introspection method consi...Ramiro Morales
2012-02-11Fixed #17676 -- Fixed introspection of column names that start with digit(s).Ramiro Morales
2012-02-11Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.Ramiro Morales
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales
2012-02-11Fixed #16409 (again, this time for GeoDjango).Ramiro Morales
2012-02-11Fixed #17618 - Documented that variable names in template must not start with...Timo Graham
2012-02-11Fixed #17670 -- Correct Italian short localization formats. Thanks, masterjakul.Jannis Leidel
2012-02-11Fixed #17256 -- Ensured that content types get cached when retrieved by natur...Julien Phalip
2012-02-11Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...Julien Phalip
2012-02-11Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...Paul McMillan
2012-02-11Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends.Ramiro Morales
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-11Fix the other test for #15237.Paul McMillan
2012-02-10Fixed #15237 (again). RSS feeds now include proper character encoding in the ...Paul McMillan
2012-02-10Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IO...Carl Meyer
2012-02-10Fixed #17640 -- Avoided a DeprecationWarning in the test suite. Thanks zsicia...Aymeric Augustin
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