Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed support for passing a context to a generic ↵Tim Graham2015-09-243-38/+2
| | | | | | Template.render(). Per deprecation timeline; refs a3e783fe11dd25bbf84bfb6201186566ed473506.
* Removed dictionary and context_instance parameters for ↵Tim Graham2015-09-246-73/+7
| | | | | | render functions. Per deprecation timeline.
* Removed dirs parameter in template engine methods and ↵Tim Graham2015-09-245-55/+0
| | | | | | related funtions. Per deprecation timeline.
* Removed current_app argument to render() and ↵Tim Graham2015-09-247-60/+7
| | | | | | TemplateResponse(). Per deprecation timeline.
* Refs #24099 -- Removed compatibility shim for ↵Tim Graham2015-09-241-21/+0
| | | | ContentType.name field.
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-241-5/+1
| | | | Per deprecation timeline.
* Refs #23656 -- Required FormMixin.get_form() form_class ↵Tim Graham2015-09-241-25/+0
| | | | | | parameter to be optional. Per deprecation timeline.
* Refs #23957 -- Required session verification per ↵Tim Graham2015-09-245-82/+12
| | | | deprecation timeline.
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-244-68/+33
| | | | | | methods. Per deprecation timeline.
* Refs #23151 -- Removed RegexField.error_message per ↵Tim Graham2015-09-241-7/+0
| | | | deprecation timeline.
* Refs #24133 -- Removed legacy formatting syntax in ↵Tim Graham2015-09-242-9/+4
| | | | | | success_url placeholders. Per deprecation timeline.
* Refs #23359 -- Removed the migrate --list option per ↵Tim Graham2015-09-241-33/+1
| | | | deprecation timeline.
* Refs #23613 -- Removed django.utils.checksums per ↵Tim Graham2015-09-241-33/+0
| | | | deprecation timeline.
* Refs #21414 -- Removed Field.related per deprecation ↵Tim Graham2015-09-241-15/+0
| | | | timeline.
* Refs #21648 -- Removed is_admin_site option from ↵Tim Graham2015-09-242-18/+1
| | | | | | password_reset() view. Per deprecation timeline.
* Refs #14030 -- Removed backwards compatiblity for ↵Tim Graham2015-09-241-24/+3
| | | | | | old-style aggregates. Per deprecation timeline.
* Refs #23444 -- Removed ↵Tim Graham2015-09-241-24/+0
| | | | InlineAdminForm.original_content_type_id per deprecation timeline.
* Refs #9893 -- Removed shims for lack of max_length ↵Tim Graham2015-09-242-43/+0
| | | | support in file storage per deprecation timeline.
* Refs #19973 -- Removed optparse support in management ↵Tim Graham2015-09-242-39/+2
| | | | commands per deprecation timeline.
* Refs #13408 -- Made unpacking mismatch an exception in ↵Tim Graham2015-09-241-34/+18
| | | | {% for %} tag per deprecation timeline.
* Refs #21977 -- Removed SimpleTestCase.urls per ↵Tim Graham2015-09-241-27/+0
| | | | deprecation timeline.
* Refs #23269 -- Removed the removetags template tag and ↵Tim Graham2015-09-242-80/+1
| | | | related functions per deprecation timeline.
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-2411-184/+49
| | | | dotted path per deprecation timeline.
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-243-105/+86
| | | | deprecation timeline.
* Refs #23261 -- Removed old style list syntax for ↵Tim Graham2015-09-241-56/+1
| | | | | | unordered_list filter Per deprecation timeline.
* Refs #24451 -- Removed comma-separated {% cycle %} ↵Tim Graham2015-09-241-33/+1
| | | | syntax per deprecation timeline.
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-243-116/+0
|
* Refs #22789 -- Removed contrib.webdesign per deprecation ↵Tim Graham2015-09-244-21/+2
| | | | timeline.
* Refs #22306 -- Removed cycle/firstof template tags from ↵Tim Graham2015-09-242-20/+8
| | | | | | "future". Per deprecation timeline.
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-166/+0
|
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-243-241/+2
|
* Refs #24351 -- Removed support for the old ↵Tim Graham2015-09-241-32/+0
| | | | allow_migrate() signature per deprecation timeline.
* Refs #18081 -- Asserted db constraints are created for ↵Simon Charette2015-09-231-0/+30
| | | | fk to proxy models.
* Fixed #25407 -- Removed network dependency in GeoIP tests.Anton Baklanov2015-09-232-7/+34
|
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-232-2/+31
| | | | | | | Without an explicit 'level', only messages at WARNING or higher are handled. This makes the config consistent with the docs which say, "The django catch-all logger sends all messages at the INFO level or higher to the console."
* Fixed #25410 -- Fixed empty ClearableFileInput crash on ↵Tim Graham2015-09-232-19/+13
| | | | | | | | | Python 2. Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2" and added a regression test. This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
* Fixed #24509 -- Added Expression support to ↵Alex Hill2015-09-223-2/+59
| | | | SQLInsertCompiler
* Refs #23813 -- Moved URLconfs into module and tidied ↵Alasdair Nicol2015-09-229-48/+30
| | | | docstrings.
* Fixed #25373 -- Added warning logging for exceptions ↵Nick Johnson2015-09-221-3/+48
| | | | during {% include %} tag rendering.
* Refs #18773 -- Improved template variable exception ↵Nick Johnson2015-09-221-6/+15
| | | | logging message.
* Fix import sorting problem.Aymeric Augustin2015-09-211-3/+2
|
* Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin2015-09-211-2/+15
| | | | | | | | | | | | | This commits lifts the restriction that the outermost atomic block must be declared with savepoint=False. This restriction was overly cautious. The logic that makes it safe not to create savepoints for inner blocks also applies to the outermost block when autocommit is disabled and a transaction is already active. This makes it possible to use the ORM after set_autocommit(False). Previously it didn't work because ORM write operations are protected with atomic(savepoint=False).
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-217-16/+15
| | | | | | | | | | | | The old names were downright confusing. Some seemed to mean the opposite of what the class actually did. The new names follow a consistent nomenclature: (Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor. I mentioned combinations that do not exist in the docstring in order to help people who would search for them in the code base.
* Fixed #25431 -- Readded inline foreign keys to ↵Claude Paroz2015-09-211-0/+4
| | | | | | | | modelformset instances Too much field exclusions in form's construct_instance() in _post_clean() could lead to some unexpected missing ForeignKey values. Fixes a regression from 45e049937. Refs #13776.
* Fixed #24688 -- Added Oracle support for new-style GIS ↵Jani Tiainen2015-09-212-1/+9
| | | | functions.
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-215-0/+85
| | | | | Thanks jwa and lamby for the suggestions, and timgraham and jarshwah for their reviews.
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-212-8/+157
|
* Removed obsolete supports_* auth backend attributes in testsClaude Paroz2015-09-201-6/+0
|
* Fixed #25296 -- Prevented model related object cache ↵Raphael Merx2015-09-201-0/+5
| | | | pollution when create() fails due to an unsaved object.
* Fixed typo in "pbkdf2" test names.Tim Graham2015-09-201-2/+2
|