Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
...
* Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham2015-09-301-7/+5
* Fixed #24323 -- Documented @admin.register can't be used ...Tim Graham2015-09-281-0/+7
* 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-251-61/+8
* Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham2015-09-241-1/+1
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-2443-536/+28
* 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 current_app argument to render() and TemplateResp...Tim Graham2015-09-242-17/+2
* 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-242-10/+1
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate m...Tim Graham2015-09-241-66/+0
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-241-8/+0
* 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 #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-241-8/+0
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-242-71/+4
* 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-241-71/+0
* 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-244-85/+4
* Refs #22789 -- Removed contrib.webdesign per deprecation ...Tim Graham2015-09-243-25/+0
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-12/+0
* Fixed #25386 -- Warned about differences between Engine a...Tim Graham2015-09-241-0/+7
* Added some more links in form field docsClaude Paroz2015-09-231-5/+6
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-6/+22
* Recommended against default_app_config.Aymeric Augustin2015-09-221-0/+8
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-221-3/+8
* Fixed #15760 -- Added JavaScript events for admin inline ...ramez2015-09-212-0/+78
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-211-0/+16
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-212-75/+160
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-212-15/+39
* Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella2015-09-201-4/+4
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-2/+9
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-3/+11
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-192-8/+51
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+1
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+16
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-184-12/+21
* Dropped support for Oracle 11.1.Tim Graham2015-09-182-2/+2
* Fixed #25034 -- Converted caches ImproperlyConfigured err...Tom Christie2015-09-181-0/+10
* Removed obsolete pysqlite documentation.Tim Graham2015-09-182-55/+1
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-10/+0
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-162-4/+18
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-162-0/+45
* Remove unnecessarily rude terminology.Stephen Paulger2015-09-161-1/+1