summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2013-12-28Updated the AppCommand API to support apps without a models module.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-18Fixed #11629 -- Deprecated callable arguments to queryset methods.Baptiste Mispelon
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-14Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docsBouke Haarsma
2013-12-08Removed an erroneous leading slash introduced by a626bdf648a.Simon Charette
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-02Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-11-30Documented the house style for gender neutral pronouns.Alex Gaynor
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-23Removed information about releases < 1.7.Haiko Schol
2013-11-22Fixed sentence structure in docs/internals/contributing/triaging-tickets.txtCody Scott
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-09Fixed spelling of compatibility.Tim Graham
2013-11-09Recommended flake8 to check coding style.Tim Graham
2013-11-09Fixed #16969 -- Don't connect to named database when possibleClaude Paroz
2013-11-07Added more items to the release checklist.Baptiste Mispelon
2013-11-06Added missing info to the release checklist.Baptiste Mispelon
2013-11-05Fixed #18419 -- Full backwards compatibility for old language codesBouke Haarsma
2013-11-04Fixed #18149 -- Changed language codes for ChineseBouke Haarsma
2013-10-27Fix note syntax usage.Eric Holscher
2013-10-23Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-14Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...Loic Bistuer
2013-10-14Amend my description in committers.txt.Marc Tamlyn
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-10Whitespace cleanup.Tim Graham
2013-10-09Fixed #21222 - Documented that 'default' and 'other' must be different databa...Tim Graham
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-10-01Fixed #21147 -- Avoided time.time precision issue with cache backends.Michael Manfre
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-26Added missing word in bio update.Preston Holmes
2013-09-26Updated my bio.Preston Holmes
2013-09-25Fixed wording in unit tests documentation.Baptiste Mispelon
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-19Increase default PBKDF2 iterationsPaul McMillan
2013-09-19Corrected markup problems in new security summary page.Russell Keith-Magee
2013-09-18Fix #21121: Add archive of security issues.James Bennett
2013-09-17Fixed #21024 -- Documented how to deprecate a feature.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-13Documentation -- added instructions on working with pull requestsKevin Christopher Henry
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry