summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-02-05Called parent in SimpleTestCase.setUpClass/tearDownClass.Aymeric Augustin
2015-02-05Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-05Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-05Simplified handling of RegexURLResolver.urlconf_module.Aymeric Augustin
2015-02-05Fix small regression caused by 71ada3a8e689a883b5ffdeb1744ea16f176ab730.Loic Bistuer
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-04Removed direct manipulation of settings in auth tests; refs #21230.Tim Graham
2015-02-04Removed non-used EmptyShortCircuitAnssi Kääriäinen
2015-02-04Removed EverythingNodeAnssi Kääriäinen
2015-02-04Fixed #24268 -- removed Query.havingAnssi Kääriäinen
2015-02-04Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-04Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons
2015-02-03Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal
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-02-02Removed contrib.auth.forms.mask_password()Tim Graham
2015-02-01Removed query.alias_diff()Tim Graham
2015-02-01Removed UpdateCacheMiddleware._session_accessed()Tim Graham
2015-02-01Removed Query.raise_field_error()Tim Graham
2015-02-01Removed InlineAdminForm.field_count()Tim Graham
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-31Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham
2015-01-30Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz
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-30Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
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-29Fixed #24223 -- Prevented a session test from leaking.Matt
2015-01-29Removed ForeignObjectRel.get_lookup_constraint() [unused].Tim Graham
2015-01-29Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs.Reza Mohammadi
2015-01-28Removed threading fallback imports.Tim Graham
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2015-01-28Updated Azerbaijani language name.Emin Mastizada
2015-01-28Refs #14030 -- Renamed CombinableMixin to CombinableJosh Smeaton
2015-01-28Refs #14030 -- Added repr methods to all expressionsJosh 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-27Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer
2015-01-27Fixed #24053 -- Removed admin CSS & images for IE6 & 7.seanwestfall