summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06[1.8.x] Removed inaccurate sentence about PO files in translation docs.minusf
2015-02-05[1.8.x] Added UUIDField.deconstruct()Tim Graham
2015-02-06[1.8.x] Fixed small regression caused by e3702dc3f2af9e8cc6c1155b248f458899be...Markus Holtermann
2015-02-05[1.8.x] Cleaned up schema testsMarkus Holtermann
2015-02-05[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05[1.8.x] Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-05[1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-05[1.8.x] Improved nested ArrayField exampleTom Christie
2015-02-04[1.8.x] Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville
2015-02-04[1.8.x] Fixed #24197 -- Added clearing of staticfiles caches on settings chan...mlavin
2015-02-04[1.8.x] Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-04[1.8.x] Fixed typos of "select_related" in docs and tests.Josh Schneier
2015-02-03[1.8.x] Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal
2015-02-03[1.8.x] Refactored tests that rely on an ImportError for Python 3.5 compatibi...Tim Graham
2015-02-03[1.8.x] Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.Simon Charette
2015-02-03[1.8.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-03[1.8.x] Reverted "Fixed #24146 -- Fixed a missing fields regression in admin ...Tim Graham
2015-02-03[1.8.x] Added a "Writing migrations" how-to.Tim Graham
2015-02-03[1.8.x] Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-03[1.8.x] Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2015-02-03[1.8.x] Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponseMatthew Somerville
2015-02-03[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen
2015-02-03[1.8.x] Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a ...Tim Graham
2015-02-03[1.8.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
2015-02-03[1.8.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
2015-02-03[1.8.x] Skipped tests from refs #24168 on Python 3.2.Tim Graham
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-02-02[1.8.x] Removed contrib.auth.forms.mask_password()Tim Graham
2015-02-02[1.8.x] Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory /...Matt Westcott
2015-02-01[1.8.x] Removed query.alias_diff()Tim Graham
2015-02-01[1.8.x] Simplified a versionchanged notes for LiveServerTestCase.Tim Graham
2015-02-01[1.8.x] Removed UpdateCacheMiddleware._session_accessed()Tim Graham
2015-02-01[1.8.x] Removed Query.raise_field_error()Tim Graham
2015-02-01[1.8.x] Removed InlineAdminForm.field_count()Tim Graham
2015-02-01[1.8.x] Fixed expressions test on Python 3.5; refs #23763.Tim Graham
2015-02-01[1.8.x] Removed threading fallback imports.Tim Graham
2015-01-31[1.8.x] Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham
2015-01-31[1.8.x] Fixed #24208 -- Documented changes in private model relations.Tim Graham
2015-01-30[1.8.x] Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz
2015-01-30[1.8.x] Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number o...Tim Graham
2015-01-30[1.8.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
2015-01-30[1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2015-01-29[1.8.x] Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette
2015-01-29[1.8.x] Fixed #24223 -- Prevented a session test from leaking.Matt
2015-01-29[1.8.x] Removed ForeignObjectRel.get_lookup_constraint() [unused].Tim Graham
2015-01-29[1.8.x] Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs.Reza Mohammadi
2015-01-28[1.8.x] Updated Azerbaijani language name.Emin Mastizada
2015-01-28[1.8.x] Added stub 1.7.5 release notes.Tim Graham
2015-01-28[1.8.x] Refs #14030 -- Renamed CombinableMixin to CombinableJosh Smeaton
2015-01-28[1.8.x] Refs #14030 -- Added repr methods to all expressionsJosh Smeaton