summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Bumped version for 1.9.2 release.1.9.2Tim Graham
2016-02-01[1.9.x] Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-01-29[1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled...Tim Graham
2016-01-28[1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28[1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz
2016-01-26[1.9.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-26[1.9.x] Fixed #25848 -- Set template origin on each node.Preston Timmons
2016-01-25[1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disab...Simon Charette
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-23[1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-21[1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-21[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-20[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen
2016-01-20[1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_P...chemary
2016-01-19[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...Tim Graham
2016-01-12[1.9.x] Corrected a few typos in Signal.send() docstring.Jarek Glowacki
2016-01-11[1.9.x] Added missing period to "etc.".pp
2016-01-11[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette
2016-01-11[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.pp
2016-01-09[1.9.x] Fixed a typo in BCryptPasswordHasher docstringMatt Robenolt
2016-01-08[1.9.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar wi...Alexander Gaevsky
2016-01-08[1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2016-01-08[1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related mo...Alexander Gaevsky
2016-01-07[1.9.x] Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-06[1.9.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown la...Claude Paroz
2016-01-06[1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley
2016-01-05[1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag sup...Denis Cornehl
2016-01-02[1.9.x] Post-release version bump.Tim Graham
2016-01-02[1.9.x] Bumped version for 1.9.1 release.1.9.1Tim Graham
2016-01-02[1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after anno...varunnaganathan
2016-01-02[1.9.x] Fixed #26016 -- Restored contrib.auth hashers compatibility with py-b...Tim Graham
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-31[1.9.x] Updated translations from TransifexClaude Paroz
2015-12-31[1.9.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-30[1.9.x] Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get...Chris Cogdon
2015-12-30[1.9.x] Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin...Chris Cogdon
2015-12-29[1.9.x] Fixed typo in BaseCache.delete_many() docstring.Matthew Madurski
2015-12-29[1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky
2015-12-24[1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().Varun Sharma
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-24[1.9.x] Fixed #25981 -- Added need to update migrations to on_delete deprecat...Luis San Pablo
2015-12-24[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...Tomo Otsuka
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...Tim Graham
2015-12-21[1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham
2015-12-19[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-man...Tim Graham
2015-12-18[1.9.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_A...Aymeric Augustin
2015-12-18[1.9.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-12-17[1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.val...Sergey Fedoseev
2015-12-17[1.9.x] Fixed #25845 -- Fixed incorrect timezone warnings in custom admin tem...Sven Grunewaldt
2015-12-17[1.9.x] Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable fieldClaude Paroz