summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
Thanks fwkroon for the report.
2014-09-10Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09Fixed #23368 -- Overhauled the Welsh formats.py file.Duncan Parkes
The only debatable thing here is setting FIRST_DAY_OF_WEEK to 1. The only examples of calendars I can find in Welsh start on Monday, for example, the calendar on S4C (the only all Welsh TV station). http://www.s4c.co.uk/clic/c_clicschedule.shtml
2014-09-10Note re migrations importing custom fieldsGreg Brown
2014-09-09Avoid the word "stupid".Aymeric Augustin
There's always a better word.
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't ↵Tim Graham
define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review.
2014-09-09Fixed missing trailing parenthesis in docs/releases/1.7.txtSébastien Fievet
2014-09-09Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
Thanks Graham Dumpleton for the report.
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin
This is the idiomatic word in the Python world.
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08Revert "Removed dead link in release notes."Marc Tamlyn
This reverts commit cbbc7131c1cb0ed40280198a5dad8f5e8023f774.
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
This fixes a regression introduced by the 53ff096982 security fix. Thanks to @a1tus for the report and Tim for the review. refs #23329.
2014-09-08Removed dead link in release notes.Marc Tamlyn
2014-09-08Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
Thanks velle for the report.
2014-09-08Fixed #23281 -- Added "concrete model" to glossary.Tim Graham
Thanks knowledgepoint-devs for the suggestion.
2014-09-08Fixed #22951 -- Checked for types during deep_deconstruct migration ↵Andrew Pinkham
serialization process. Thanks Sam Hartsfield for the report.
2014-09-07Fixed typo in docs/howto/custom-lookups.txt.Sébastien Fievet
2014-09-06Added the inaugural technical board.Tim Graham
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
Migrations respected Field.db_parameters()['check'], but DatabaseCreation was still using just Field.db_type().
2014-09-06Move Gabriel Hurley to "Past Team Members"Paul McMillan
2014-09-06Update bio for Paul McMillan to remove dead linksPaul McMillan
2014-09-06Convert myself to an emeritus memberAlex Gaynor
2014-09-06Fixed #23437 -- Documented required update of WSGI scripts for 1.7.Aymeric Augustin
Thanks Tim for the review.
2014-09-06Refs #23430 -- gunicorn wants a module, not fileCollin Anderson
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
Thanks djbaldey for the report.
2014-09-06Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
Thanks zachborboa for the report and blackguest for the patch.
2014-09-06Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.Tim Graham
2014-09-05Fixed #22161 -- Documented send() with no recipients won't raise an exception.oromero
2014-09-05Fixed #23430 -- simplified gunicorn deployment docs.Collin Anderson
2014-09-05Fixed #23427 -- Documented migrate is required before runserver for default ↵Patrick Beeson
projects.
2014-09-05Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-05Fixed #23414 -- Updated version numbers in release process doc.Tim Graham
Thanks jaap3 for the report.
2014-09-05Removed an admonition in the tutorial about the old project layout.Tim Graham
There are no supported versions that use the old layout (<=1.3).
2014-09-05Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-05Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734.
2014-09-05Added missing periods in docs/ref/checks.txt.Sébastien Fievet
2014-09-05Limited lines to 119 characters in django/Tim Graham
refs #23395.
2014-09-04Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-09-04Fixed typo in docs/ref/checks.txt.Tim Graham
2014-09-04Fixed typo in 1.8 release notes.Tim Graham
2014-09-04Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews.
2014-09-03Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02Added stub release notes for 1.7.1.Tim Graham
2014-09-02Added dates to release notes.Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade ↵Tim Graham
instructions. Thanks dgrant for the report.
2014-09-02Cleanup run on the 1.7 release notes.James Bennett