summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2015-02-03[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen
2015-02-03[1.8.x] Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a ...Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-02-01[1.8.x] Fixed expressions test on Python 3.5; refs #23763.Tim Graham
2015-02-01[1.8.x] Removed threading fallback imports.Tim Graham
2015-01-30[1.8.x] Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number o...Tim Graham
2015-01-29[1.8.x] Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette
2015-01-28[1.8.x] Refs #14030 -- Added repr methods to all expressionsJosh Smeaton
2015-01-28[1.8.x] Refs #24060 -- Added a test demonstrating reverse order isn't mutableJosh Smeaton
2015-01-27[1.8.x] Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headersRaul Cumplido
2015-01-27[1.8.x] Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-26[1.8.x] Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich
2015-01-23[1.8.x] Fixed test_runner test failure on Python 3.5; refs #23763.Tim Graham
2015-01-23[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-23[1.8.x] Fixed warning leak in static.serve() testClaude Paroz
2015-01-22[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...Andriy Sokolovskiy
2015-01-22[1.8.x] Fixed small inconsistency when handling aggregate's default_alias.Loic Bistuer
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-20[1.8.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...Markus Holtermann
2015-01-20[1.8.x] Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn
2015-01-20[1.8.x] Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton
2015-01-19[1.8.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-19[1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19[1.8.x] Fixed #24174 -- Fixed extra order by descendingJosh Smeaton