summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-20Fixed #24490 -- Set LogEntry.change_message when adding an object.Karl Hobley
2015-03-20Removed unused imports.Tim Graham
2015-03-20Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
2015-03-20Removed spaces after 'function' in jsi18nMoritz Sichert
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-20Fixed #23520 -- Explained that custom plural forms should be avoidedClaude Paroz
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Fixed gis test failures when numpy isn't installed.Daniel Wiesmann
2015-03-20Removed unused import.Tim Graham
2015-03-20Used testing domain names in mail tests per rfc2606.Tim Graham
2015-03-20Fixed #24503 -- Added docs on LANGUAGE_CODE fallback change in 1.8.Tim Graham
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-03-20Fixed #24285 -- Made for_user argument optional for {% get_admin_log %} tagYair Chuchem
2015-03-19Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent
2015-03-19Fixed typo in escape_filter() docstring.Jon Walsh
2015-03-18Added today's security issues to archive.Tim Graham
2015-03-18Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-18Added stub release notes for security releases.Tim Graham
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2015-03-18Fixed build failure introduced by refs #23757.Tim Graham
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-03-18Refs #24483 -- Added a test for deconstruction of Field.choicesTim Graham
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
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