summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-12-26Removed obsolete item from deprecation timeline.Tim Graham
2014-12-26Documented AdminSite.has_permission(); refs #22295.Tim Graham
2014-12-25Fixed typo in docs/intro/tutorial01.txt.Brian Scoles
2014-12-24Fixed #24049 -- Removed obsolete Java notes for Mac OS.Tim Graham
2014-12-24Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor
2014-12-24Fixed #10414 -- Made select_related() fail on invalid field names.Niclas Olofsson
2014-12-24Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-12-23Fixed some docs spelling mistakes.Tim Graham
2014-12-23Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIXFrankie Robertson
2014-12-23Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.Tim Graham
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
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