summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-10-06Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-10-05Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
2015-10-05Fixed #25423 -- Made error message for unknown template tag more helpful.Pindi Albert
2015-10-05Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne
2015-10-05Fixed #25037 -- Added request.user to the debug view.John Moses
2015-10-03Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft
2015-10-03Fixed #22938 -- Allowed clearsessions to remove file-based sessions.Aleksandra Tarkowska
2015-10-03Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz
2015-10-03Refs #15844 -- Added tests for multi-table inheritance related object filteri...Tim Graham
2015-10-02Refs #13203, #9501 -- Added a test for generic relations to child models.Tim Graham
2015-10-02Fixed #25490 -- Made the logout() view send "no-cache" headers.Kaleb Elwert
2015-10-01Fixed #21042 -- Allowed accessing FileDescriptor on the model class.Tim Graham
2015-09-29Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham
2015-09-28Refs #16860 -- Fixed password help text when there aren't any validators.Antoine Catton
2015-09-27Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz
2015-09-26Made tests/serializers/models.py a models packageClaude Paroz
2015-09-26Moved remaining of serializers_regress to serializers testsClaude Paroz
2015-09-26Moved more serializers_regress to serializers testsClaude Paroz
2015-09-26Separated natural key serialization testsClaude Paroz
2015-09-26Separated JSON serialization testsClaude Paroz
2015-09-26Separated XML serialization testsClaude Paroz
2015-09-26Separated YAML serialization testsClaude Paroz
2015-09-25Removed redundancy in admin_changelist tests.Tim Graham
2015-09-24Fixed #25457 -- Improved formatting of password validation errors in manageme...Tzu-ping Chung
2015-09-23Increased the default PBKDF2 iterations for the 1.10 release cycle.Tim Graham
2015-09-23Removed RemovedInDjango110Warning.Tim Graham
2015-09-23Refs #23913 -- Removed support for a single equals sign in {% if %} tag.Tim Graham
2015-09-23Made template response APIs enforce the use of dict and backend-specific temp...Tim Graham
2015-09-23Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception.Tim Graham
2015-09-23Removed support for passing a context to a generic Template.render().Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-09-23Refs #24099 -- Removed compatibility shim for ContentType.name field.Tim Graham
2015-09-23Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham
2015-09-23Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-09-23Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.Tim Graham
2015-09-23Refs #23151 -- Removed RegexField.error_message per deprecation timeline.Tim Graham
2015-09-23Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.Tim Graham
2015-09-23Refs #23359 -- Removed the migrate --list option per deprecation timeline.Tim Graham
2015-09-23Refs #23613 -- Removed django.utils.checksums per deprecation timeline.Tim Graham
2015-09-23Refs #21414 -- Removed Field.related per deprecation timeline.Tim Graham
2015-09-23Refs #21648 -- Removed is_admin_site option from password_reset() view.Tim Graham
2015-09-23Refs #14030 -- Removed backwards compatiblity for old-style aggregates.Tim Graham
2015-09-23Refs #23444 -- Removed InlineAdminForm.original_content_type_id per deprecati...Tim Graham
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-23Refs #13408 -- Made unpacking mismatch an exception in {% for %} tag per depr...Tim Graham
2015-09-23Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.Tim Graham