summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-25Docs correction: apps loaded from eggs do not have appconfig.path None.Carl Meyer
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer
2014-01-25Fixed #21873 -- Removed duplicate import.Aymeric Augustin
2014-01-25Fixed #21836 -- Improved transaction docs about autocommit modeChris Jerdonek
2014-01-25Merge pull request #2213 from dnerdy/ticket-14007-contributorsTim Graham
2014-01-25Fixed a failing schema assertion.Simon Charette
2014-01-25Added ticket #14007 contributors to AUTHORSMark Sandstrom
2014-01-25Merge pull request #2211 from carljm/t21867Jannis Leidel
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-24Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer
2014-01-25Unroll choices iterators in field deconstructionAndrew Godwin
2014-01-25Fixed #21783: More SQLite default fun with nulls.Andrew Godwin
2014-01-24Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.Carl Meyer
2014-01-24Fixed typo in error message.Arne Brodowski
2014-01-24Fixed #21870 -- Admin check for list_editable_itemArne Brodowski
2014-01-24Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham
2014-01-24Fixed #21824 -- Added reference to LTS in docs/internals/security.txtJames Turley
2014-01-24Fix soft-apply detection of migrations with dependenciesAndrew Godwin
2014-01-24Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-23Fixed #21865 -- Incorrect signs in documented example.Marc Tamlyn
2014-01-23Merge branch 'stable/1.7.X'Marc Tamlyn
2014-01-23Merge pull request #2203 from mjtamlyn/post-beta-branchingTim Graham
2014-01-23We should branch after the first beta.Marc Tamlyn
2014-01-23Fixed #21847 -- Clarified where ContactForm was definedTom Atkins
2014-01-23Merge pull request #2205 from ctbarna/21864-custom-lookup-unclosed-stringAlex Gaynor
2014-01-23Fixed #21864 -- Fixed missing quote in custom lookup example.Baptiste Mispelon
2014-01-23Fixes #21864: Close string in example of custom lookups doc page.Chris Barna
2014-01-23Fixed #21861 -- Fixed typo in 1.7 release notes.Tim Graham
2014-01-23Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-23Add docs about converting from SouthAndrew Godwin
2014-01-23We should branch after the first beta.Marc Tamlyn
2014-01-22[1.7.x] Bump version number for 1.7 alpha 1.1.7a1James Bennett
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-22Fixed #20834 -- Described how caching of user permissions works.Tim Graham
2014-01-22Added a link to the 1.6 release notes which also fixed a rendering issue.Tim Graham
2014-01-22Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
2014-01-22Added some missing whitespace around arithmetic operatorsAlex Gaynor
2014-01-22Fixed #21726 -- Clarified that password should not be included in REQUIRED_FI...Tim Graham
2014-01-22Fixed some markup that caused broken links in the static files docs.Tim Graham
2014-01-22Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...Loic Bistuer
2014-01-22Merge pull request #2198 from Markush2010/ticket21852Andrew Godwin
2014-01-22Fixed #21850 -- Made GeometryField.geodetic case insensitiveOliver George
2014-01-22Fixed #21852 -- Make migration writer serialize iteratorsMarkus Holtermann
2014-01-21Fixed #21827 -- Install django-admin and django-admin.pyFlorian Apolloner
2014-01-21Merge pull request #2186 from zemanel/masterTim Graham
2014-01-21Corrected problem with MySQL checks handler and related fields.Russell Keith-Magee
2014-01-21Changed django-admin back to django-admin.py. Refs #21827Florian Apolloner
2014-01-20Removed some stray newlines which caused flake8 issuesAlex Gaynor
2014-01-20Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...Carl Meyer