Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Separated XML serialization testsClaude Paroz2015-09-263-114/+119
* Separated YAML serialization testsClaude Paroz2015-09-263-177/+181
* Corrected use of 'affect' vs 'effect' in docs.Rob Hudson2015-09-261-2/+2
* Used ternary operator to simplify contrib.messages.api.GhostThrone2015-09-251-8/+2
* Fixed #25462 -- Removed Model.__unicode__() in favor of @...Tim Graham2015-09-253-83/+16
* Removed redundancy in admin_changelist tests.Tim Graham2015-09-251-115/+58
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-255-22/+38
* Fixed #25451 -- Added advice about organizing tests.Tim Graham2015-09-252-1/+12
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-253-3/+3
* Refs #25294 -- Added BoundField import for backwards comp...Moritz Sichert2015-09-241-0/+2
* 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
* Removed unused Aggregate.input_field.Tim Graham2015-09-241-4/+0
* Added django.template.engine.Engine.render_to_string() do...Tim Graham2015-09-241-6/+4
* Removed unused views.debug.linebreak_iter() function.Tim Graham2015-09-241-9/+0
* Refs #14030 -- Removed more backwards compatiblity for ol...Tim Graham2015-09-241-32/+0
* 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-243-5/+8
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-2474-852/+44
* Removed RemovedInDjango110Warning.Tim Graham2015-09-243-11/+5
* Refs #23913 -- Removed support for a single equals sign i...Tim Graham2015-09-242-56/+7
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-243-110/+4
* Refs #22804 -- Made an unsafe value of 'sep' in Signer an...Tim Graham2015-09-242-10/+6
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-244-70/+4
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-244-36/+1
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-246-176/+6
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-2411-256/+29
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-2411-152/+24
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-2415-175/+19
* Refs #24099 -- Removed compatibility shim for ContentType...Tim Graham2015-09-243-37/+0
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-242-15/+2
* Refs #23656 -- Required FormMixin.get_form() form_class p...Tim Graham2015-09-243-56/+1
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-2419-152/+38
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate m...Tim Graham2015-09-247-233/+35
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-243-26/+0
* Removed django.core.context_processors per deprecation ti...Tim Graham2015-09-241-9/+0
* Refs #22835 -- Removed NoArgsCommand per deprecation time...Tim Graham2015-09-244-54/+4
* Refs #24133 -- Removed legacy formatting syntax in succes...Tim Graham2015-09-244-46/+6
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-243-61/+1
* Refs #23613 -- Removed django.utils.checksums per depreca...Tim Graham2015-09-242-67/+0
* Refs #21414 -- Removed Field.related per deprecation time...Tim Graham2015-09-242-25/+1
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-244-36/+4
* Refs #14030 -- Removed backwards compatiblity for old-sty...Tim Graham2015-09-244-223/+3
* Refs #23444 -- Removed InlineAdminForm.original_content_t...Tim Graham2015-09-242-43/+1
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-246-84/+2
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-248-209/+47
* Refs #13408 -- Made unpacking mismatch an exception in {%...Tim Graham2015-09-242-38/+20
* Refs #21977 -- Removed SimpleTestCase.urls per deprecatio...Tim Graham2015-09-244-89/+9
* Refs #22933 -- Removed template.resolve_variable() per de...Tim Graham2015-09-242-18/+0
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-247-189/+7