summaryrefslogtreecommitdiff
path: root/docs/faq
AgeCommit message (Expand)Author
2013-03-29Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
2012-11-17Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-02Merge pull request #485 from asparagui/add_periodPreston Holmes
2012-11-02Documented minimal python 3.2 version.Florian Apolloner
2012-10-31minor fix (+'.' to end of line)Brett Koonce
2012-09-27Fixed #11460 - Added a FAQ regarding missing rows in the admin.Tim Graham
2012-09-10Removed an obsolete documentation page about admin style customization.Julien Phalip
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-07Fixed typo from 7435cc01.Aymeric Augustin
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-09-05Fixed #18905 - Changed to new url for DjangopeopleShabda Raaj
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ T...Angeline Tan
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-06-27Fixed #17511 - Removed reference to deprecated "reset" management command in ...Tim Graham
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
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-04-28Updated some antique references in "Is Django stable?"Scott Klein
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-16Added Django-Python version matching table in FAQ.Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-11-01Fixed #17129 - Model FAQ: Link to southLuke Plant
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eag...Ramiro Morales
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-30Added admin browser support policy note.Idan Gazit
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-29Fixed #16120 -- Updated a few reference links in the docs after the contribut...Jannis Leidel
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-02Fixed a comma splice in docs/faq/install.txt from [16004]Adrian Holovaty
2011-04-02Updated the Python version requirements FAQ entry in the installation section.Ramiro Morales
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-22Minor markup and organization fixes to docs to correct Sphinx errors.Russell Keith-Magee
2011-03-03Fixed #15541 -- Updated FAQ to point at djangosites.org instead of defunct wi...Gabriel Hurley
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-10-18Clarify in the documentation that we occasionally add APIs for newer Python v...Alex Gaynor
2010-10-08Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to t...Russell Keith-Magee
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-05Fixed #14062: Corrected a stray reference to 2.6 as the high level for suppor...Karen Tracey
2010-07-05Doc updates missed in [13423]Luke Plant
2010-05-09Fixed #13101 -- Added multi-db info about debugging queries. Thanks to David ...Russell Keith-Magee