summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-06793-2307/+2525
* Removed gather_profile_stats.pyTim Graham2015-02-063-64/+0
* Removed inaccurate sentence about PO files in translation docs.minusf2015-02-061-6/+4
* Added a test for refs #24279Anssi Kääriäinen2015-02-061-0/+7
* Added trailing comma.Aymeric Augustin2015-02-061-1/+1
* Hid Django installation message when verbosity is 0.Aymeric Augustin2015-02-061-1/+2
* Removed django-2to3.pyTim Graham2015-02-063-45/+0
* Removed old import aliases.Tim Graham2015-02-055-12/+2
* Added UUIDField.deconstruct()Tim Graham2015-02-052-0/+13
* Fixed small regression caused by 0204714b0bdf10d7558ee106de9a718407f3ec5aMarkus Holtermann2015-02-061-0/+8
* Fixed #23932 -- Added how-to on migrating unique fields.Andrei Kulakov2015-02-051-0/+89
* Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin2015-02-051-0/+2
* Cleaned up schema testsMarkus Holtermann2015-02-053-431/+315
* Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin2015-02-052-0/+41
* Caught all exceptions raised by Engine.get_default().Aymeric Augustin2015-02-052-4/+13
* Added cross references to contributing docs.Riccardo Magliocchetti2015-02-052-0/+11
* Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin2015-02-052-2/+8
* Simplified handling of RegexURLResolver.urlconf_module.Aymeric Augustin2015-02-051-11/+10
* Improved nested ArrayField exampleTom Christie2015-02-051-3/+5
* Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.Loic Bistuer2015-02-052-12/+12
* Documented that m2m_changed isn't triggered when M2M is displayed as admin in...Loic Bistuer2015-02-051-0/+5
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-0510-96/+346
* Added "SQL" to doc wordlist.Tim Graham2015-02-041-0/+1
* Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville2015-02-042-2/+16
* Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...mlavin2015-02-043-12/+84
* Removed direct manipulation of settings in auth tests; refs #21230.Tim Graham2015-02-042-12/+12
* Cleaned up formatting in template_tests.test_custom.Preston Timmons2015-02-041-137/+135
* Removed non-used EmptyShortCircuitAnssi Kääriäinen2015-02-041-8/+0
* Removed EverythingNodeAnssi Kääriäinen2015-02-044-90/+38
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-046-90/+75
* Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti2015-02-043-15/+53
* Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons2015-02-048-29/+25
* Fixed typos of "select_related" in docs and tests.Josh Schneier2015-02-043-5/+5
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-033-4/+55
* Removed a useless check in runtests.pyTim Graham2015-02-031-1/+0
* Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham2015-02-036-4/+6
* Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette2015-02-033-8/+36
* Demoted "Installing a distribution-specific package" in install notes.Tim Graham2015-02-031-8/+9
* Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."Tim Graham2015-02-032-31/+13
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-03120-616/+612
* Added a "Writing migrations" how-to.Tim Graham2015-02-034-64/+78
* Fixed typos in docs/ref/forms/validation.txt.minusf2015-02-031-2/+2
* Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz2015-02-032-0/+15
* Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville2015-02-034-12/+21
* Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons2015-02-036-321/+132
* Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen2015-02-036-0/+50
* Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...Tim Graham2015-02-032-1/+5
* Fixed broken links in class based views flattend index; refs #24250.Tim Graham2015-02-031-3/+3
* Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham2015-02-031-14/+4
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-0319-22/+180