summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2012-06-19Fixed #18154 -- Documentation on closing File objects and best practicesGabe Jackson
2012-06-14Fixed #18110 -- Improve template cache tag documentationJulian Bez
2012-06-11Fixed #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-09Added note about including fixtures hashing algorithmClaude Paroz
Refs #18157.
2012-06-09Fixed #18157 -- Documented that setting PASSWORD_HASHERS can speed up testsClaude Paroz
2012-06-09Fixed pagination example wrt new next_page_number behaviorClaude Paroz
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
Thanks mehta.apurva at gmail.com for the report and the initial patch and neaf for the complete patch.
2012-06-08Revised the text in the 'Processing the data from a form' section.Audrey Roy
2012-06-08Revised the text in the 'Using a form in a view' section.Audrey Roy
2012-06-08Fixed #18125 -- Explained caveat with filtersAymeric Augustin
Thanks ebrelsford AT gmail.com and oinopion.
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
Thanks Audrey Roy for the patch.
2012-06-07Fixed #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-07Fixed #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-07Removed references to changes made in 1.2.Aymeric Augustin
Thanks Florian Apolloner for the patch.
2012-06-07Merge pull request #117 from juanriaza/masterAymeric Augustin
Fixed #18380 -- Improved installation instructions for MySQLdb.
2012-06-07Fixed #18380 -- Improve installation instructions for MySQLdbJuan Riaza
2012-06-07Fixed #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-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
This commit includes multiple small related changes, see the ticket for a full discussion.
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-04Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
2012-06-04Merge pull request #99 from danielroseman/masterAdrian Holovaty
Docs: "Form in a view" example doesn't use RequestContext
2012-05-31Use render shortcut in form example.Daniel Roseman
2012-05-25Fixed #17371 -- Made the test client more flexibleAymeric Augustin
The OPTIONS, PUT and DELETE methods no longer apply arbitrary data encoding (in the query string or in the request body).
2012-05-22Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition.Claude Paroz
2012-05-22Replaced print statement by print function in new install instructions.Claude Paroz
2012-05-21Fixed #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-19Followed a best practice in the time zones docs.Aymeric Augustin
Prevented localize from swallowing non existent or ambiguous datetimes.
2012-05-18remove mention of djangoproject.com from cbv topicStratos 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-16Merge pull request #43 from techtonik/patch-1Adrian Holovaty
Fixed #18267 -- document `settings.configured` property.
2012-05-16Fix issue #18267 - document `settings.configured` property.anatoly techtonik
2012-05-11Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
Thanks nicknnn for the report.
2012-05-10Fixed #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-06Updated time zone FAQ with timezone.localize.Aymeric Augustin
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-04Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
Thanks schnippi for the report.
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-05-03Fixed #18214 -- Clarified the docs about serializable objects.Alex Ogier
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #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-27Updated docs/topics/install.txt to note github URL instead of ↵Adrian Holovaty
code.djangoproject.com
2012-04-26Fixed #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-25Fixed #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-24Fixed #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-22Fixed #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-21Added 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-19Added 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-16Fixed #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-15Fixed #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