summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-12-23Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn
2014-12-22Upgrade jQuery from 1.11.1 to 1.11.2Collin Anderson
2014-12-22Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.Tim Graham
2014-12-22Fixed #23959 -- Clarified when checks automatically run.Alexander Schulze
2014-12-22Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-20Correct scoping of savepoint exampleDavid Cramer
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-19Added upgrade instructions for deprecated model _meta permission methods.Tim Graham
2014-12-19Added words to docs wordlist.Tim Graham
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-19Used the :ticket: syntax more extensivelyClaude Paroz
2014-12-19Moved version directives to the bottom of the loaddata section.Berker Peksag
2014-12-18Forward-ported test and release note from f46a16614Claude Paroz
2014-12-18Removed need to update Python version support note on each new release.Tim Graham
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-17Updated TemplateResponseMixin docs to reflect new behavior after refs #23789.Tim Graham
2014-12-17Fixed #24007 -- Ensure apps registry's ready before unpickling modelsClaude Paroz
2014-12-17Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-12-16Fixed the formatting of one section of the security pageAlex Gaynor
2014-12-16Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham
2014-12-16Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...Andriy Sokolovskiy
2014-12-15Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy
2014-12-15Fixed typos in docs/releases/1.7.2.txt.Tim Graham
2014-12-15Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().Andriy Sokolovskiy
2014-12-15Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-14Fixed timesince translations for KoreanJuneHyeon Bae
2014-12-13Ammended release notes for Refs #23969Shai Berger
2014-12-13Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
2014-12-12Fixed #23455 -- Accept either bytes or text for related_name, convert to text.Carl Meyer
2014-12-12Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migr...Carl Meyer
2014-12-12Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...Carl Meyer
2014-12-12Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.Tim Graham
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-12-12Refs #20392 -- Load fixtures once within TestCaseThomas Chaumeny
2014-12-12Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-11Appeased spell checker.Tim Graham
2014-12-11Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko
2014-12-11Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-12-11Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-09Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
2014-12-09Remove text-mangling of default values.Marc Tamlyn
2014-12-08Fixed typo in spatialite.txtClaude Paroz
2014-12-08Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-08Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.Tim Graham