summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-27Dropped support for PostgreSQL 9.0.Tim Graham
2015-03-25Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill
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-23Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier
2015-03-21Fixed #24479 -- Added system check to prevent both ordering and order_wrt.Jon Dufresne
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
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-17Refs #24487 -- Added upgrade tips about removal of SortedDict.Tim Graham
2015-03-17Fixed #15579 -- Added ability to delete only child models in multi-table inhe...Andriy Sokolovskiy
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-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner
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 #12982 -- Added a get_or_set() method to the BaseCache backend.Berker Peksag
2015-03-13Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz
2015-03-12Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne
2015-03-12Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -Tim Graham
2015-03-10Added yesterday's security issue to archive.Tim Graham
2015-03-09Added stub release notes for 1.7.7.Tim Graham
2015-03-09Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...Baptiste Mispelon
2015-03-09Clarified an item in 1.7.6 release notes.Tim Graham
2015-03-09Fixed #24464 -- Made built-in HTML template filter functions escape their inp...Erik Romijn
2015-03-07Forwardported 1.7.6 release note.Tim Graham
2015-03-07Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-03-07Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham
2015-03-05Fixed #21495 -- Added settings.CSRF_HEADER_NAMEGrzegorz Slusarek
2015-03-05Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.Tim Graham
2015-03-03Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons
2015-02-25Added stub release notes for 1.7.6.Tim Graham
2015-02-25Added release date for 1.7.5 release.Tim Graham
2015-02-24Reverted "Fixed #24325 -- Documented change in ModelForm.save() foreign key a...Tim Graham
2015-02-23Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation in docsKenneth Kam
2015-02-23Added formats for the Azerbaijani locale.Emin Mastizada
2015-02-22Fixed signature of BaseDatabaseOperations.date_interval_sql() and document th...Michael Manfre
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20Fixed typo in path to is_safe_url()Tim Graham