summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-03-18Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...Moritz Sichert
2015-03-18Updated translation catalogsClaude Paroz
2015-03-18Removed translations from contrib.messagesClaude Paroz
2015-03-17Updated location of database backend data_types attribute in docs.Tim Graham
2015-03-17Updated links to latest version of PostGIS docs.Tim Graham
2015-03-17Refs #24487 -- Added upgrade tips about removal of SortedDict.Tim Graham
2015-03-17Updated location of gis_tests in docs.Tim Graham
2015-03-17Fixed typo in refs #15579 comment.Tim Graham
2015-03-17Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-03-17Fixed #24486 -- Fixed error with datetime and DurationField arithmeticJosh Smeaton
2015-03-17Fixed #15579 -- Added ability to delete only child models in multi-table inhe...Andriy Sokolovskiy
2015-03-17Made SRID a required parameter for GDALRaster instantiation; refs #23804.Daniel Wiesmann
2015-03-16Added write support for GDALRasterDaniel Wiesmann
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-16Fixed #24488 -- Made create_default_site() use default pk of 1.Marten Kenbeek
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-16Documented Context.get() method.Preston Timmons
2015-03-16Fixed #23926 -- Improved validation error for custom permissions that are too...Joeri Bekker
2015-03-16Fixed #24486 -- Documented method to provide output_field to mixed F expressionsJosh Smeaton
2015-03-16Fixed allow_migrate() signature in router examples.Adrian Andreias
2015-03-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner
2015-03-16Added missing punctuation in some comments in tutorial 5.HerHde
2015-03-16Added comma to improve readability in 1.7 release notes.Steven Das
2015-03-14Fixes #23643 -- Added chained exception details to debug view.Tomáš Ehrlich
2015-03-14Refs #24354 -- Prevented repointing of relations on superclasses when migrati...Matthew Wilkes
2015-03-14Fixed #24480 -- Marked strings in contrib.gis templates for translation.Tim Graham
2015-03-14Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.Berker Peksag
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2015-03-13Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
2015-03-13Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov
2015-03-13Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.Andrei Kulakov
2015-03-13Fixed #24416 -- Added support for lazy email addresses.medmunds
2015-03-13Fixed #24478 -- Added NUMBER_GROUPING value for IcelandicSævar Öfjörð Magnússon
2015-03-13Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz
2015-03-13Documented gdal DataSource encoding parameterClaude Paroz
2015-03-13Refs #23559 -- warned about consequences of letting users edit User model in ...Remco Kranenburg
2015-03-13Added link to section in docs/howto/custom-template-tags.txt.Ian Lee
2015-03-13Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee
2015-03-12Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne
2015-03-12Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
2015-03-12Added myself to AUTHORS; refs #24226.ifedapo olarewaju
2015-03-12Fixed typo in docs/ref/models/fields.txtSteven Das
2015-03-12Cleaned up urlpatterns_reverse tests.Bas Peschier
2015-03-12Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier
2015-03-12Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -Tim Graham
2015-03-12Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used durin...Aksel Ethem
2015-03-12Fixed #12943 -- Allowed unnamed arguments to be propagated in includesBas Peschier
2015-03-12Fixed wrong operator in iri_to_uri() docsldrumm
2015-03-12Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...Tim Graham