summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-04Cleaned up formatting in template_tests.test_custom.Preston Timmons
2015-02-04Removed EverythingNodeAnssi Kääriäinen
2015-02-04Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-04Fixed typos of "select_related" in docs and tests.Josh Schneier
2015-02-03Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal
2015-02-03Removed a useless check in runtests.pyTim Graham
2015-02-03Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham
2015-02-03Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette
2015-02-03Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-03Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2015-02-03Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville
2015-02-03Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons
2015-02-03Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen
2015-02-03Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...Tim Graham
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-31Fixed expressions test on Python 3.5; refs #23763.Tim Graham
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-30Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows."Tim Graham
2015-01-30Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer
2015-01-29Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APPEND_SLASH redirect e...Samuel Colvin
2015-01-29Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette
2015-01-28Removed threading fallback imports.Tim Graham
2015-01-28Fixed flake8 warning.Tim Graham
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2015-01-28Refs #14030 -- Added repr methods to all expressionsJosh Smeaton
2015-01-28Refs #24060 -- Added a test demonstrating reverse order isn't mutableJosh Smeaton
2015-01-27Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headersRaul Cumplido
2015-01-27Fixed #24219 -- Moved SelectDateWidget together with the other widgetsLoic Bistuer
2015-01-27Cleaned up some forms tests.Loic Bistuer
2015-01-27Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-26Fixed #24220 - Allowed lazy objects for success_urlTomáš Ehrlich
2015-01-23Fixed test_runner test failure on Python 3.5; refs #23763.Tim Graham
2015-01-23Fixed warning leak in static.serve() testClaude Paroz
2015-01-22Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy
2015-01-22Fixed small inconsistency when handling aggregate's default_alias.Loic Bistuer
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-20Refs #24163 -- Fixed failing Oracle test when migrating from ForeignKey to On...Markus Holtermann
2015-01-20Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn
2015-01-20Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton
2015-01-20Fixed #24155 -- Maintained kwargs and import order in migration writerMarkus Holtermann
2015-01-19Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-19Advanced deprecation warnings for Django 1.9.Tim Graham
2015-01-19Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham
2015-01-19Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19Fixed #24174 -- Fixed extra order by descendingJosh Smeaton
2015-01-18Removed an unused import and a flake8 exclude that caused it to be missed.Tim Graham
2015-01-18Removed usage of deprecated removetags in a template test.Tim Graham
2015-01-18Changed RedirectView.permanent to False per deprecation timeline; refs #21587.Tim Graham