summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-09Removed unnecessary parentheses in model check messages.Tim Graham
2015-02-09Fixed #24249 -- Improved field shadowing validation in model multi-inheritance.Aron Podrigal
2015-02-08Replaced hardcoded URLs in admin_* testsClaude Paroz
2015-02-08Added check_apps_ready() to Apps.get_containing_app_config()Tim Graham
2015-02-08Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2015-02-06Tested DecimalField with scientific notationClaude Paroz
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-06Added a test for refs #24279Anssi Kääriäinen
2015-02-06Added trailing comma.Aymeric Augustin
2015-02-06Hid Django installation message when verbosity is 0.Aymeric Augustin
2015-02-05Removed old import aliases.Tim Graham
2015-02-05Added UUIDField.deconstruct()Tim Graham
2015-02-06Fixed small regression caused by 0204714b0bdf10d7558ee106de9a718407f3ec5aMarkus Holtermann
2015-02-05Cleaned up schema testsMarkus Holtermann
2015-02-05Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-02-04Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville
2015-02-04Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...mlavin
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