summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-26Added missing items to 1.6.2 release notes.Tim Graham
2014-01-26Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-26Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.Wojciech Banaś
2014-01-26Fixed #21880 -- Added missing items to django.utils.timezone.__all__.Aymeric Augustin
2014-01-26Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-26Fixed typo. Refs #21836.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer
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