Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #24505 -- Forwardported 1.8.5 release note.Tim Graham2015-10-011-0/+4
* Clarified that Model.delete() isn't called as a result of...David Sanders2015-09-301-3/+5
* Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham2015-09-301-7/+5
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-302-1/+11
* Improved "“standalone” Django usage" example.David Sanders2015-09-291-1/+3
* Fixed #25376 -- Required virtualenv in installation instr...Tim Graham2015-09-291-128/+19
* Documented auth's login/logout function parameters.Tim Graham2015-09-281-2/+2
* Fixed #24323 -- Documented @admin.register can't be used ...Tim Graham2015-09-281-0/+7
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-272-4/+9
* Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak2015-09-271-0/+2
* Corrected use of 'affect' vs 'effect' in docs.Rob Hudson2015-09-261-2/+2
* Fixed #25462 -- Removed Model.__unicode__() in favor of @...Tim Graham2015-09-253-83/+16
* Fixed #25451 -- Added advice about organizing tests.Tim Graham2015-09-252-1/+12
* Fixed #25455 -- Optimized dictfetchall() example.Tim Graham2015-09-241-2/+2
* Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham2015-09-241-1/+1
* Fixed typo in 1.9 release notes.Samir Shah2015-09-241-1/+1
* Increased the default PBKDF2 iterations for the 1.10 rele...Tim Graham2015-09-241-1/+4
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-2474-852/+44
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-44/+0
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-241-5/+0
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-242-115/+2
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-242-59/+5
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-242-20/+4
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-244-35/+3
* Refs #24099 -- Removed compatibility shim for ContentType...Tim Graham2015-09-241-5/+0
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-241-4/+0
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-249-48/+21
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate m...Tim Graham2015-09-242-68/+1
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-241-8/+0
* Refs #22835 -- Removed NoArgsCommand per deprecation time...Tim Graham2015-09-243-20/+4
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-241-12/+0
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-5/+0
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-6/+1
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-242-12/+0
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-243-64/+7
* Refs #21977 -- Removed SimpleTestCase.urls per deprecatio...Tim Graham2015-09-242-34/+6
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-243-72/+5
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-242-28/+2
* Refs #23276 -- Removed passing views as strings to url() ...Tim Graham2015-09-241-14/+1
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-244-80/+3
* Refs #23261 -- Removed old style list syntax for unordere...Tim Graham2015-09-241-6/+0
* Refs #24451 -- Removed comma-separated {% cycle %} syntax...Tim Graham2015-09-241-12/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-2411-123/+26
* Refs #22789 -- Removed contrib.webdesign per deprecation ...Tim Graham2015-09-244-26/+0
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-12/+0
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-241-7/+0
* Refs #24351 -- Removed support for the old allow_migrate(...Tim Graham2015-09-241-6/+0
* Added stub 1.10 release notes.Tim Graham2015-09-242-0/+389
* Bumped version; master is now 1.10 pre-alpha.Tim Graham2015-09-241-2/+2
* Updated man page for Django 1.9 alpha.Tim Graham2015-09-241-53/+200