| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-19 | Fixed #18154 -- Documentation on closing File objects and best practices | Gabe Jackson | |
| 2012-06-14 | Fixed #18110 -- Improve template cache tag documentation | Julian Bez | |
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
| 2012-06-09 | Added note about including fixtures hashing algorithm | Claude Paroz | |
| Refs #18157. | |||
| 2012-06-09 | Fixed #18157 -- Documented that setting PASSWORD_HASHERS can speed up tests | Claude Paroz | |
| 2012-06-09 | Fixed pagination example wrt new next_page_number behavior | Claude Paroz | |
| 2012-06-09 | Fixed #17159 -- Validated returned number of next|previous_page_number | Claude Paroz | |
| Thanks mehta.apurva at gmail.com for the report and the initial patch and neaf for the complete patch. | |||
| 2012-06-08 | Revised the text in the 'Processing the data from a form' section. | Audrey Roy | |
| 2012-06-08 | Revised the text in the 'Using a form in a view' section. | Audrey Roy | |
| 2012-06-08 | Fixed #18125 -- Explained caveat with filters | Aymeric Augustin | |
| Thanks ebrelsford AT gmail.com and oinopion. | |||
| 2012-06-07 | Fixed #18445 -- Added a links in the docs. | Aymeric Augustin | |
| Thanks Audrey Roy for the patch. | |||
| 2012-06-07 | Fixed #18363 -- Added Python 3 compatibility layer. | Claude Paroz | |
| Thanks Vinay Sajip for the support of his django3 branch and Alex Gaynor, kezabelle, YorikSar for the review. | |||
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz | |
| Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review. | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-06-07 | Merge pull request #117 from juanriaza/master | Aymeric Augustin | |
| Fixed #18380 -- Improved installation instructions for MySQLdb. | |||
| 2012-06-07 | Fixed #18380 -- Improve installation instructions for MySQLdb | Juan Riaza | |
| 2012-06-07 | Fixed #16916 -- Documented default headers for the test client. | Aymeric Augustin | |
| Thanks sailorfred AT yahoo.com for the report and raulcd for the initial version of the patch. | |||
| 2012-06-07 | Fixed #18397 -- Avoided referencing lawrence.com. | Aymeric Augustin | |
| This commit includes multiple small related changes, see the ticket for a full discussion. | |||
| 2012-06-06 | Replaced documentation snippets using "gender" with less sensitive examples. | Jacob Kaplan-Moss | |
| 2012-06-04 | Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER. | Luke Plant | |
| 2012-06-04 | Merge pull request #99 from danielroseman/master | Adrian Holovaty | |
| Docs: "Form in a view" example doesn't use RequestContext | |||
| 2012-05-31 | Use render shortcut in form example. | Daniel Roseman | |
| 2012-05-25 | Fixed #17371 -- Made the test client more flexible | Aymeric Augustin | |
| The OPTIONS, PUT and DELETE methods no longer apply arbitrary data encoding (in the query string or in the request body). | |||
| 2012-05-22 | Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition. | Claude Paroz | |
| 2012-05-22 | Replaced print statement by print function in new install instructions. | Claude Paroz | |
| 2012-05-21 | Fixed #18115 - added warning about overlaid install. | Carl Meyer | |
| Setup.py now warns if it detects that Django is being installed over top of a previous installation that was never removed. This should only happen when installing with ``python setup.py install``, as pip automatically uninstalls before installing a new version and easy_install installs as an egg directory. Also generally updated the installation doc. | |||
| 2012-05-19 | Followed a best practice in the time zones docs. | Aymeric Augustin | |
| Prevented localize from swallowing non existent or ambiguous datetimes. | |||
| 2012-05-18 | remove mention of djangoproject.com from cbv topic | Stratos Moros | |
| The class based views topic mentions that the djangoproject.com weblog is built using the date-based generic views, but looking at the code, it actually uses the deprecated pre-1.3 function based generic views. | |||
| 2012-05-16 | Merge pull request #43 from techtonik/patch-1 | Adrian Holovaty | |
| Fixed #18267 -- document `settings.configured` property. | |||
| 2012-05-16 | Fix issue #18267 - document `settings.configured` property. | anatoly techtonik | |
| 2012-05-11 | Fixed #18301 -- Fixed url name in password reset example. | Claude Paroz | |
| Thanks nicknnn for the report. | |||
| 2012-05-10 | Fixed #16335 -- Clarified an unintuitive behavior. | Aymeric Augustin | |
| The DTL will perform dict lookup before method lookup, which yields an unexpected result for defaultdicts. | |||
| 2012-05-06 | Updated time zone FAQ with timezone.localize. | Aymeric Augustin | |
| 2012-05-05 | Fixed the syntax used for the Python repl examples in docs and docstrings. | Alex Gaynor | |
| 2012-05-05 | Made more extensive usage of context managers with open. | Claude Paroz | |
| 2012-05-04 | Fixed #18270 -- Corrected variable name in password reset example. | Claude Paroz | |
| Thanks schnippi for the report. | |||
| 2012-05-03 | Fixed broken URLs introduced in 1adc87cd32. | Ramiro Morales | |
| 2012-05-03 | Updated some URLs in the documentation to point to the new repository. | Ramiro Morales | |
| 2012-05-03 | Fixed #18214 -- Clarified the docs about serializable objects. | Alex Ogier | |
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-29 | Fixed #18023 -- Removed bundled simplejson. | Aymeric Augustin | |
| And started the deprecation path for django.utils.simplejson. Thanks Alex Ogier, Clueless, and other contributors for their work on the patch. | |||
| 2012-04-27 | Updated docs/topics/install.txt to note github URL instead of ↵ | Adrian Holovaty | |
| code.djangoproject.com | |||
| 2012-04-26 | Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ↵ | Claude Paroz | |
| flag. Thanks Aymeric Augustin for the initial patch and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17938 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official ↵ | Claude Paroz | |
| deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-24 | Fixed #18037 -- Changed behaviour of url and ssi template tags to the new ↵ | Claude Paroz | |
| syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-22 | Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui ↵ | Alex Gaynor | |
| for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17927 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-21 | Added documentation notes about lack of database savepoints support when ↵ | Ramiro Morales | |
| using MySQL+MyISAM. Refs #15507, #18116 and r17341, r17921. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17923 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-19 | Added more explicit warnings about unconfigured reStructured Text usage in docs. | Luke Plant | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17915 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-16 | Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien ↵ | Claude Paroz | |
| Lemaire for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17913 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-15 | Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston ↵ | Claude Paroz | |
| Holmes for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17912 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
