summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Removed gather_profile_stats.pyTim Graham2015-02-062-38/+0
* Removed django-2to3.pyTim Graham2015-02-063-45/+0
* Removed old import aliases.Tim Graham2015-02-054-11/+1
* Added UUIDField.deconstruct()Tim Graham2015-02-051-0/+5
* Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin2015-02-051-0/+2
* Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin2015-02-051-0/+4
* Caught all exceptions raised by Engine.get_default().Aymeric Augustin2015-02-052-4/+13
* Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin2015-02-051-1/+2
* Simplified handling of RegexURLResolver.urlconf_module.Aymeric Augustin2015-02-051-11/+10
* Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.Loic Bistuer2015-02-052-12/+12
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-052-43/+94
* Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville2015-02-041-2/+5
* Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...mlavin2015-02-041-0/+21
* Removed direct manipulation of settings in auth tests; refs #21230.Tim Graham2015-02-042-12/+12
* Removed non-used EmptyShortCircuitAnssi Kääriäinen2015-02-041-8/+0
* Removed EverythingNodeAnssi Kääriäinen2015-02-043-62/+27
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-046-90/+75
* Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti2015-02-041-7/+11
* Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons2015-02-047-29/+15
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-031-2/+2
* Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette2015-02-031-7/+7
* Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."Tim Graham2015-02-031-20/+8
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-0364-334/+321
* Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz2015-02-031-0/+4
* Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville2015-02-031-4/+0
* Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons2015-02-031-49/+30
* Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen2015-02-033-0/+21
* Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...Tim Graham2015-02-031-1/+1
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-034-12/+43
* Removed contrib.auth.forms.mask_password()Tim Graham2015-02-021-9/+0
* Removed query.alias_diff()Tim Graham2015-02-011-11/+0
* Removed UpdateCacheMiddleware._session_accessed()Tim Graham2015-02-011-6/+0
* Removed Query.raise_field_error()Tim Graham2015-02-011-5/+0
* Removed InlineAdminForm.field_count()Tim Graham2015-02-011-12/+0
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-314-14/+33
* Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham2015-01-311-7/+0
* Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz2015-01-304-4/+23
* Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows."Tim Graham2015-01-301-12/+4
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer2015-01-304-317/+240
* Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham2015-01-303-12/+22
* Fixed #24145 -- Added PUT & PATCH to CommonMiddleware APPEND_SLASH redirect e...Samuel Colvin2015-01-291-5/+5
* Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette2015-01-291-1/+1
* Fixed #24223 -- Prevented a session test from leaking.Matt2015-01-291-2/+3
* Removed ForeignObjectRel.get_lookup_constraint() [unused].Tim Graham2015-01-291-5/+0
* Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs.Reza Mohammadi2015-01-291-3/+3
* Removed threading fallback imports.Tim Graham2015-01-283-12/+3
* Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne2015-01-282-69/+2
* Updated Azerbaijani language name.Emin Mastizada2015-01-281-1/+1
* Refs #14030 -- Renamed CombinableMixin to CombinableJosh Smeaton2015-01-281-5/+3
* Refs #14030 -- Added repr methods to all expressionsJosh Smeaton2015-01-282-5/+66