Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)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 ↵David Sanders2015-09-301-3/+5
| | | | of a cascading delete.
* Made cosmetic cleanups to docs/ref/contrib/contenttypes.txtTim Graham2015-09-301-7/+5
|
* Fixed #25466 -- Added backwards compatibility aliases ↵Tim Graham2015-09-302-1/+11
| | | | | | for LoaderOrigin and StringOrigin. Thanks Simon Charette for the DeprecationInstanceCheck class.
* Improved "“standalone” Django usage" example.David Sanders2015-09-291-1/+3
|
* Fixed #25376 -- Required virtualenv in installation ↵Tim Graham2015-09-291-128/+19
| | | | | | instructions. Thanks Anjul Tyagi for some of the draft text.
* 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
| | | | with super(XXXAdmin in __init__().
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-272-4/+9
| | | | | Thanks Stavros Korokithakis for the report and Tim Graham for the review.
* 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
| | | | @python_2_unicode_compatible.
* Fixed #25451 -- Added advice about organizing tests.Tim Graham2015-09-252-1/+12
|
* Fixed #25455 -- Optimized dictfetchall() example.Tim Graham2015-09-241-2/+2
| | | | Thanks aklim007 for the suggestion.
* 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 ↵Tim Graham2015-09-241-1/+4
| | | | release cycle.
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-2474-852/+44
|
* Made template response APIs enforce the use of dict and ↵Tim Graham2015-09-241-44/+0
| | | | | | backend-specific template objects. Per deprecation timeline; refs 79deb6a0716e554cac5308e86f5754f19ad436dc.
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-241-5/+0
|
* Removed deprecated TEMPLATE_* settings per deprecation ↵Tim Graham2015-09-242-115/+2
| | | | timeline.
* Removed dictionary and context_instance parameters for ↵Tim Graham2015-09-242-59/+5
| | | | | | render functions. Per deprecation timeline.
* Removed dirs parameter in template engine methods and ↵Tim Graham2015-09-242-20/+4
| | | | | | related funtions. Per deprecation timeline.
* Removed current_app argument to render() and ↵Tim Graham2015-09-244-35/+3
| | | | | | TemplateResponse(). Per deprecation timeline.
* Refs #24099 -- Removed compatibility shim for ↵Tim Graham2015-09-241-5/+0
| | | | ContentType.name field.
* Refs #23656 -- Required FormMixin.get_form() form_class ↵Tim Graham2015-09-241-4/+0
| | | | | | parameter to be optional. Per deprecation timeline.
* Refs #23957 -- Required session verification per ↵Tim Graham2015-09-249-48/+21
| | | | deprecation timeline.
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-242-68/+1
| | | | | | methods. Per deprecation timeline.
* Refs #23151 -- Removed RegexField.error_message per ↵Tim Graham2015-09-241-8/+0
| | | | deprecation timeline.
* Refs #22835 -- Removed NoArgsCommand per deprecation ↵Tim Graham2015-09-243-20/+4
| | | | timeline.
* Refs #24133 -- Removed legacy formatting syntax in ↵Tim Graham2015-09-241-12/+0
| | | | | | success_url placeholders. Per deprecation timeline.
* Refs #23359 -- Removed the migrate --list option per ↵Tim Graham2015-09-241-5/+0
| | | | deprecation timeline.
* Refs #21648 -- Removed is_admin_site option from ↵Tim Graham2015-09-241-6/+1
| | | | | | password_reset() view. Per deprecation timeline.
* Refs #9893 -- Removed shims for lack of max_length ↵Tim Graham2015-09-242-12/+0
| | | | support in file storage per deprecation timeline.
* Refs #19973 -- Removed optparse support in management ↵Tim Graham2015-09-243-64/+7
| | | | commands per deprecation timeline.
* Refs #21977 -- Removed SimpleTestCase.urls per ↵Tim Graham2015-09-242-34/+6
| | | | deprecation timeline.
* Refs #23269 -- Removed the removetags template tag and ↵Tim Graham2015-09-243-72/+5
| | | | related functions per deprecation timeline.
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-242-28/+2
| | | | dotted path per deprecation timeline.
* Refs #23276 -- Removed passing views as strings to url() ↵Tim Graham2015-09-241-14/+1
| | | | per deprecation timeline.
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-244-80/+3
| | | | deprecation timeline.
* Refs #23261 -- Removed old style list syntax for ↵Tim Graham2015-09-241-6/+0
| | | | | | unordered_list filter Per deprecation timeline.
* Refs #24451 -- Removed comma-separated {% cycle %} ↵Tim Graham2015-09-241-12/+0
| | | | syntax per deprecation timeline.
* 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
| | | | timeline.
* 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 ↵Tim Graham2015-09-241-6/+0
| | | | allow_migrate() signature per deprecation timeline.
* 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
|