summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-03-28Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham
2015-03-28Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
2015-03-28Fixed typo in docs/topics/forms/modelforms.txtSaeX
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-27Dropped support for PostgreSQL 9.0.Tim Graham
2015-03-27Fixed #24519 -- Clarified location of templates directory in tutorial 2.Tim Graham
2015-03-26Fixed #24510 -- Clarified FileField.upload_to docs.Matt Seymour
2015-03-25Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage
2015-03-25Added some missing newlines in docs/ref/validators.txt.Tim Graham
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill
2015-03-25Corrected typo in documentationDavid Seddon
2015-03-25Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-24Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
2015-03-24Fixed #23666 -- Recommended Git Bash for running unit tests on Windows.Carolina
2015-03-24Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
2015-03-23Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier
2015-03-23Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier
2015-03-22Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-21Fixed #24479 -- Added system check to prevent both ordering and order_wrt.Jon Dufresne
2015-03-20Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
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-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-19Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent
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 #23960 -- Removed http.fix_location_headerClaude 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-17Refs #24485 -- Renamed some expression typesJosh 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 #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-16Documented Context.get() method.Preston Timmons
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