| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-23 | Fixed #24037 -- Prevented data loss possibility when changing Meta.managed. | Tim Graham | |
| The migrations autodetector now issues AlterModelOptions operations for Meta.managed changes instead of DeleteModel + CreateModel. Thanks iambibhas for the report and Simon and Markus for review. | |||
| 2014-12-23 | Fixed #21414 -- Removed RelatedObject and deprecated Field.related. | Anssi Kääriäinen | |
| 2014-12-23 | Added RasterSource/GDALBand GDAL objects | Claude Paroz | |
| Based on Daniel Wiesmann's raster branch. Thanks Daniel Wiesmann and Tim Graham for the reviews. Refs #23804. | |||
| 2014-12-23 | Fixed #24033 -- Use interval type on Oracle. | Marc Tamlyn | |
| Use INTERVAL DAY(9) TO SECOND(6) for Durationfield on Oracle rather than storing as a NUMBER(19) of microseconds. There are issues with cx_Oracle which require some extra data manipulation in the database backend when constructing queries, but it handles the conversion back to timedelta objects cleanly. Thanks to Shai for the review. | |||
| 2014-12-22 | Upgrade jQuery from 1.11.1 to 1.11.2 | Collin Anderson | |
| refs #23355 | |||
| 2014-12-22 | Fixed #23525 -- Fixed admindocs crash on apps installed as eggs. | Tim Graham | |
| Thanks welbornprod for report and initial patch. | |||
| 2014-12-22 | Fixed #23959 -- Clarified when checks automatically run. | Alexander Schulze | |
| 2014-12-22 | Fixed #23998 -- Added datetime.time support to migrations questioner. | Oscar Ramirez | |
| 2014-12-20 | Correct scoping of savepoint example | David Cramer | |
| 2014-12-20 | Fixed #2443 -- Added DurationField. | Marc Tamlyn | |
| A field for storing periods of time - modeled in Python by timedelta. It is stored in the native interval data type on PostgreSQL and as a bigint of microseconds on other backends. Also includes significant changes to the internals of time related maths in expressions, including the removal of DateModifierNode. Thanks to Tim and Josh in particular for reviews. | |||
| 2014-12-19 | Added upgrade instructions for deprecated model _meta permission methods. | Tim Graham | |
| 2014-12-19 | Added words to docs wordlist. | Tim Graham | |
| 2014-12-19 | Updated some other external links in the docs | Claude Paroz | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-19 | Used the :ticket: syntax more extensively | Claude Paroz | |
| 2014-12-19 | Moved version directives to the bottom of the loaddata section. | Berker Peksag | |
| 2014-12-18 | Forward-ported test and release note from f46a16614 | Claude Paroz | |
| Refs #24015. | |||
| 2014-12-18 | Removed need to update Python version support note on each new release. | Tim Graham | |
| 2014-12-18 | Fixed #24014 -- Unified OGRException and GDALException | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2014-12-17 | Updated TemplateResponseMixin docs to reflect new behavior after refs #23789. | Tim Graham | |
| 2014-12-17 | Fixed #24007 -- Ensure apps registry's ready before unpickling models | Claude Paroz | |
| This prevents AppRegistryNotReady errors when unpickling Django models from an external script. | |||
| 2014-12-17 | Fixed #23497 -- Made admin system checks run for custom AdminSites. | Mosson, Andrew | |
| 2014-12-17 | Fixed display of lists after website redesign | Markus Holtermann | |
| Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 | |||
| 2014-12-16 | Fixed the formatting of one section of the security page | Alex Gaynor | |
| 2014-12-16 | Fixed #23975 -- Restored pre_migrate signal if all apps have migrations. | Tim Graham | |
| Thanks kmmbvnr for the report. | |||
| 2014-12-16 | Fixed #23983 -- Fixed a crash in migrations when adding ↵ | Andriy Sokolovskiy | |
| order_with_respect_to to non-empty table. | |||
| 2014-12-15 | Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField. | Andriy Sokolovskiy | |
| A default is no longer required. | |||
| 2014-12-15 | Fixed typos in docs/releases/1.7.2.txt. | Tim Graham | |
| 2014-12-15 | Fixed #23987 -- Made SQLite SchemaEditor always use effective_default(). | Andriy Sokolovskiy | |
| 2014-12-15 | Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. | Berker Peksag | |
| 2014-12-15 | Fixed #23822 -- Added support for serializing model managers in migration | Markus Holtermann | |
| Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin, Tim Graham, Carl Meyer, and others for their review and input. | |||
| 2014-12-14 | Fixed timesince translations for Korean | JuneHyeon Bae | |
| Refs #23989. Forward port of eb632bfba from stable/1.7.x. | |||
| 2014-12-13 | Ammended release notes for Refs #23969 | Shai Berger | |
| (this includes a forward-port of 9189ef438ef885446b20bf4c017d3cf53335ab08) | |||
| 2014-12-13 | Updated advice on six.moves.range/xrange; refs #23812. | Tim Graham | |
| 2014-12-12 | Fixed #23455 -- Accept either bytes or text for related_name, convert to text. | Carl Meyer | |
| 2014-12-12 | Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible ↵ | Carl Meyer | |
| migrations. Thanks Luke Plant for the report, and Tim Graham, Simon Charette, and Markus Holtermann for review and discussion. | |||
| 2014-12-12 | Revert "Fixed #23455 -- Forced related_name to be a unicode string during ↵ | Carl Meyer | |
| deconstruction." This reverts commit 45bd7b3bd9008941580c100b9fc7361e3ff3ff0d. | |||
| 2014-12-12 | Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline. | Tim Graham | |
| Thanks amarandon for the report. | |||
| 2014-12-12 | Fixed #23941 -- Removed implicit decimal formatting from expressions. | Josh Smeaton | |
| 2014-12-12 | Fixed template tag braces spacing. | Kevin Marsh | |
| 2014-12-12 | Refs #20392 -- Load fixtures once within TestCase | Thomas Chaumeny | |
| 2014-12-12 | Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data. | Grzegorz Slusarek | |
| 2014-12-11 | Appeased spell checker. | Tim Graham | |
| 2014-12-11 | Fixed #23977 -- Added setdefault() method to HttpResponse | Sergey Parkhomenko | |
| 2014-12-11 | Fixed #23956 -- Fixed migration creation for multiple table inheritance | Markus Holtermann | |
| 2014-12-11 | Fixed incorrect filter name in docs/topics/i18n/translation.txt. | Yohan Boniface | |
| 2014-12-09 | Fixed #23961 -- Clarified when makemigrations will create a directory. | Tim Graham | |
| 2014-12-09 | Remove text-mangling of default values. | Marc Tamlyn | |
| 2014-12-08 | Fixed typo in spatialite.txt | Claude Paroz | |
| Thanks Tim Graham for spotting the error. | |||
| 2014-12-08 | Ran 'CREATE EXTENSION postgis' during prepare_database hook | Claude Paroz | |
| DatabaseWrapper.prepare_database has been introduced in 307de67073. | |||
