summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-13[1.8.x] Removed explicit pointers to migration modules for contrib apps in ru...Markus Holtermann
2015-02-13[1.8.x] Refs #22962 -- Made test case use non-conflicting table namesMarkus Holtermann
2015-02-13[1.8.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when 'defau...Tim Graham
2015-02-13[1.8.x] Refs #14030 -- Added tests for Value aggregatesJosh Smeaton
2015-02-13[1.8.x] Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton
2015-02-12[1.8.x] Fixed #24333 -- Fixed admin history view crash with non-integer slug.Tim Graham
2015-02-12[1.8.x] Added a test for UUIDField serialization; refs #24320.Tim Graham
2015-02-12[1.8.x] Fixed #17716 -- Prevented include('...', app_name='...') without a na...Tim Graham
2015-02-12[1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in ...Tim Graham
2015-02-12[1.8.x] Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC...Lukas Klein
2015-02-12[1.8.x] Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-11[1.8.x] Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson
2015-02-11[1.8.x] Moved contrib.webdesign tests out of contrib.Tim Graham
2015-02-11[1.8.x] Updated docs and runtests.py for removal of tests from contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.gis tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved non-documented auth test models to the new test location.Tim Graham
2015-02-11[1.8.x] Moved contrib.auth tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.humanize tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.redirects tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.messages tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sessions tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sitemaps tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.sites tests out of contrib.Tim Graham
2015-02-11[1.8.x] Moved contrib.flatpages tests out of contrib.Tim Graham
2015-02-11[1.8.x] Prevented some test commands from needlessly running system checks.Tim Graham
2015-02-10[1.8.x] Fixed #24146 -- Allowed model._meta.get_field() to be used after apps...Daniel Pyrathon
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-09[1.8.x] Silenced deprecation warning in refs #24287 test.Tim Graham
2015-02-09[1.8.x] Fixed #24302 -- Added DurationField.formfield()Tim Graham
2015-02-09[1.8.x] Fixed #24287 -- Added friendly error if a model is in a models.py out...jMyles
2015-02-09[1.8.x] Removed unnecessary parentheses in model check messages.Tim Graham
2015-02-09[1.8.x] Fixed #24249 -- Improved field shadowing validation in model multi-in...Aron Podrigal
2015-02-08[1.8.x] Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-08[1.8.x] Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-05[1.8.x] Added UUIDField.deconstruct()Tim Graham
2015-02-06[1.8.x] Fixed small regression caused by e3702dc3f2af9e8cc6c1155b248f458899be...Markus Holtermann
2015-02-05[1.8.x] Cleaned up schema testsMarkus Holtermann
2015-02-05[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05[1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-04[1.8.x] Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville
2015-02-04[1.8.x] Fixed #24197 -- Added clearing of staticfiles caches on settings chan...mlavin
2015-02-04[1.8.x] Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-04[1.8.x] Fixed typos of "select_related" in docs and tests.Josh Schneier
2015-02-03[1.8.x] Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal
2015-02-03[1.8.x] Refactored tests that rely on an ImportError for Python 3.5 compatibi...Tim Graham
2015-02-03[1.8.x] Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette
2015-02-03[1.8.x] Reverted "Fixed #24146 -- Fixed a missing fields regression in admin ...Tim Graham
2015-02-03[1.8.x] Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2015-02-03[1.8.x] Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville