summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2015-01-18[1.8.x] Removed usage of deprecated removetags in a template test.Tim Graham
2015-01-17[1.8.x] Cleaned up migration writer testsMarkus Holtermann
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-16Fixed #24146 -- Fixed a missing fields regression in admin checks.Collin Anderson
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-16Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.Collin Anderson
2015-01-15Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu
2015-01-15Fixed #23850 -- Fixed a migrations test failure on Mac OS X & Python 3Collin Anderson
2015-01-15Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0Michał Modzelewski
2015-01-15Made an expressions_case test work without Pillow.Collin Anderson
2015-01-14Skipped a problematic file_storage test on Windows.Tim Graham
2015-01-14Fixed incorrect error message in Options.get_fields()Collin Anderson
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-14Fixed a static view test on Windows.Tim Graham
2015-01-14Fixed #24147 -- Prevented managers leaking model during migrationsMarkus Holtermann
2015-01-13Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13Ensured views.static.serve() doesn't use large memory on large files.Tim Graham
2015-01-13Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-12Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz
2015-01-12Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin
2015-01-12Made debug views not crash when there isn't a default template engine.Aymeric Augustin
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin