Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #25196 -- Normalized database representations in ↵Ville Skyttä2015-09-255-22/+38
| | | | | | test database messages. Left over Oracle mostly as-is since it's more complicated.
* Fixed #25457 -- Improved formatting of password ↵Tzu-ping Chung2015-09-252-2/+2
| | | | validation errors in management command output.
* Refs #25294 -- Added BoundField import for backwards ↵Moritz Sichert2015-09-241-0/+2
| | | | compatibility.
* Removed unused Aggregate.input_field.Tim Graham2015-09-241-4/+0
| | | | Obsolete since 4a66a69239c493c05b322815b18c605cd4c96e7c.
* Added django.template.engine.Engine.render_to_string() ↵Tim Graham2015-09-241-6/+4
| | | | docstring.
* Removed unused views.debug.linebreak_iter() function.Tim Graham2015-09-241-9/+0
|
* Refs #14030 -- Removed more backwards compatiblity for ↵Tim Graham2015-09-241-32/+0
| | | | | | old-style aggregates. Per deprecation timeline.
* Increased the default PBKDF2 iterations for the 1.10 ↵Tim Graham2015-09-241-1/+1
| | | | release cycle.
* Removed RemovedInDjango110Warning.Tim Graham2015-09-241-5/+1
|
* Refs #23913 -- Removed support for a single equals sign ↵Tim Graham2015-09-241-12/+1
| | | | | | in {% if %} tag. Per deprecation timeline.
* Made template response APIs enforce the use of dict and ↵Tim Graham2015-09-241-53/+2
| | | | | | backend-specific template objects. Per deprecation timeline; refs 79deb6a0716e554cac5308e86f5754f19ad436dc.
* Refs #22804 -- Made an unsafe value of 'sep' in Signer ↵Tim Graham2015-09-241-4/+4
| | | | | | an exception. Per deprecation timeline.
* Removed support for passing a context to a generic ↵Tim Graham2015-09-241-32/+2
| | | | | | Template.render(). Per deprecation timeline; refs a3e783fe11dd25bbf84bfb6201186566ed473506.
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-243-31/+1
|
* Removed deprecated TEMPLATE_* settings per deprecation ↵Tim Graham2015-09-244-61/+4
| | | | timeline.
* Removed dictionary and context_instance parameters for ↵Tim Graham2015-09-243-124/+17
| | | | | | render functions. Per deprecation timeline.
* Removed dirs parameter in template engine methods and ↵Tim Graham2015-09-244-77/+20
| | | | | | related funtions. Per deprecation timeline.
* Removed current_app argument to render() and ↵Tim Graham2015-09-244-80/+9
| | | | | | TemplateResponse(). Per deprecation timeline.
* Refs #24099 -- Removed compatibility shim for ↵Tim Graham2015-09-241-11/+0
| | | | ContentType.name field.
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-241-10/+1
| | | | Per deprecation timeline.
* Refs #23656 -- Required FormMixin.get_form() form_class ↵Tim Graham2015-09-241-27/+1
| | | | | | parameter to be optional. Per deprecation timeline.
* Refs #23957 -- Required session verification per ↵Tim Graham2015-09-245-22/+5
| | | | deprecation timeline.
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-241-97/+1
| | | | | | methods. Per deprecation timeline.
* Refs #23151 -- Removed RegexField.error_message per ↵Tim Graham2015-09-241-11/+0
| | | | deprecation timeline.
* Removed django.core.context_processors per deprecation ↵Tim Graham2015-09-241-9/+0
| | | | timeline.
* Refs #22835 -- Removed NoArgsCommand per deprecation ↵Tim Graham2015-09-241-34/+0
| | | | timeline.
* Refs #24133 -- Removed legacy formatting syntax in ↵Tim Graham2015-09-241-25/+2
| | | | | | success_url placeholders. Per deprecation timeline.
* Refs #23359 -- Removed the migrate --list option per ↵Tim Graham2015-09-241-23/+0
| | | | deprecation timeline.
* Refs #23613 -- Removed django.utils.checksums per ↵Tim Graham2015-09-241-34/+0
| | | | deprecation timeline.
* Refs #21414 -- Removed Field.related per deprecation ↵Tim Graham2015-09-241-10/+1
| | | | timeline.
* Refs #21648 -- Removed is_admin_site option from ↵Tim Graham2015-09-241-12/+2
| | | | | | password_reset() view. Per deprecation timeline.
* Refs #14030 -- Removed backwards compatiblity for ↵Tim Graham2015-09-243-199/+0
| | | | | | old-style aggregates. Per deprecation timeline.
* Refs #23444 -- Removed ↵Tim Graham2015-09-241-19/+1
| | | | InlineAdminForm.original_content_type_id per deprecation timeline.
* Refs #9893 -- Removed shims for lack of max_length ↵Tim Graham2015-09-242-29/+2
| | | | support in file storage per deprecation timeline.
* Refs #19973 -- Removed optparse support in management ↵Tim Graham2015-09-243-106/+38
| | | | commands per deprecation timeline.
* Refs #13408 -- Made unpacking mismatch an exception in ↵Tim Graham2015-09-241-4/+2
| | | | {% for %} tag per deprecation timeline.
* Refs #21977 -- Removed SimpleTestCase.urls per ↵Tim Graham2015-09-241-28/+3
| | | | deprecation timeline.
* Refs #22933 -- Removed template.resolve_variable() per ↵Tim Graham2015-09-242-18/+0
| | | | deprecation timeline.
* Refs #23269 -- Removed the removetags template tag and ↵Tim Graham2015-09-242-37/+1
| | | | related functions per deprecation timeline.
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-242-87/+43
| | | | dotted path per deprecation timeline.
* Refs #23276 -- Removed passing views as strings to url() ↵Tim Graham2015-09-241-15/+2
| | | | per deprecation timeline.
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-243-45/+5
| | | | deprecation timeline.
* Removed SQLCompiler.__call__() per deprecation timeline.Tim Graham2015-09-241-13/+0
|
* Refs #23261 -- Removed old style list syntax for ↵Tim Graham2015-09-241-39/+0
| | | | | | unordered_list filter Per deprecation timeline.
* Refs #24451 -- Removed comma-separated {% cycle %} ↵Tim Graham2015-09-241-9/+0
| | | | syntax per deprecation timeline.
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-247-93/+2
|
* Refs #22789 -- Removed contrib.webdesign per deprecation ↵Tim Graham2015-09-244-25/+0
| | | | timeline.
* Refs #22306 -- Removed cycle/firstof template tags from ↵Tim Graham2015-09-241-66/+0
| | | | | | "future". Per deprecation timeline.
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-156/+3
|
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-242-64/+0
|