summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-21Merge pull request #3763 from dcramer/patch-2Aymeric Augustin
2014-12-20Refs #2443 -- Fix Oracle tests for DurationField.Marc Tamlyn
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-19Fixed refs #24007 test on Windows.Tim Graham
2014-12-19Made model_regress unpickling test CWD-independentClaude Paroz
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 #23788 (2) -- Improved gettext version checkerClaude Paroz
2014-12-18Refs #24020 -- return expressions from get_group_by_cols()Anssi Kääriäinen
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-17Allowed Python executable names other than python in test from refs #24007.Collin Anderson
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-17Removed netCDF from GIS driver testing; refs #23804.Tim Graham
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-17Fixed #24002 -- GenericRelation filtering targets related model's pkAnssi Kääriäinen
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 #16028 -- Moved defaultfilters tests into template_tests.Preston Timmons
2014-12-16Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...Andriy Sokolovskiy
2014-12-16Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.Diego Guimarães
2014-12-16Merge pull request #3737 from mhall1/ticket_23893Aymeric Augustin
2014-12-16Fixed #23893: Added tzinfo to constant datetime in unit testMichael Hall
2014-12-15Refs #23884 -- Silenced a deprecation warning in sitemaps tests.Tim Graham
2014-12-15Refs #23947 -- Improved migrations tests table cleanup.Diego Guimarães
2014-12-15Fixed refs #23987 test on Oracle.Tim Graham
2014-12-15Fixed reverse test execution for migration manager testsMarkus Holtermann
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-15Refs #23947 -- Fixed queries test execution order dependency.Diego Guimarães
2014-12-15Corrected test assertion from refs #21403.Tim Graham
2014-12-15Refs #23947 -- Fixed admin_views test execution order dependency.Diego Guimarães
2014-12-15Moved an import in an auth test; refs #23925.Tim Graham
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-15Changed internal storing of abstract and concrete managers to be in a single ...Markus Holtermann
2014-12-15Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converterShai Berger
2014-12-14Merge pull request #3730 from tchaumeny/test_suite_reorderAymeric Augustin
2014-12-14Fixed timesince translations for KoreanJuneHyeon Bae
2014-12-14Fixed #23992 -- Optimized reorder_suite functions using OrderedSetThomas Chaumeny
2014-12-13Removed obsolete code for running test_loaders.py.Aymeric Augustin