summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-12Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...Muthiah Annamalai
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-12Fixed test from refs #23913 when running tests in reverse.Tim Graham
2015-01-12Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2015-01-11Revert "Marked a test as an expected failure on MySQL and Python 3.2."Claude Paroz
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2015-01-10Introspected alternate SQLite FK definitionsClaude Paroz
2015-01-10Updated introspection test to use skipUnlessDBFeatureClaude Paroz
2015-01-10Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24094 -- Enabled template tests to run individually.Preston Timmons
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-08Fixed #24101 -- Fixed flaky admin_views selenium tests; refs #7361.Tim Graham
2015-01-08Isolated some cache tests; refs #23947.Tim Graham
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2015-01-08Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings filter.Tim Graham
2015-01-07Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are ...Markus Holtermann
2015-01-07Avoided a deprecated alias on Python 3 in file_uploads test.Tim Graham
2015-01-07Fixed null handling in Value expressionJosh Smeaton
2015-01-07Refs #23822 -- Made MigrationOptimizer aware of model managersMarkus Holtermann
2015-01-07Restored support for multiple template names in render(_to_response).Aymeric Augustin
2015-01-07Added a request argument to render_to_string.Aymeric Augustin
2015-01-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
2015-01-07Refs #2443 -- Allowed creation of objects with NULL DurationFieldsMichał Modzelewski
2015-01-07Fixed #24078 -- Removed empty strings from GenericIPAddressFieldJosh Smeaton
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-06Removed warning handling that should have been removed in refs #23891.Tim Graham
2015-01-06Made context take priority over context processors.Aymeric Augustin
2015-01-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2015-01-06Used None-related assertions in CSRF testsClaude Paroz
2015-01-06Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-05Fixed test failures introduced in refs #23861.Tim Graham
2015-01-05Fixed #23861 -- Added an API to deprecate model fields.Tim Graham
2015-01-05Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2015-01-02Added return value to Signal.disconnect().Andriy Sokolovskiy
2015-01-02Renamed an assertion in the dispatch tests.Tim Graham
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon