summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-23Merge pull request #3775 from collinanderson/jquery1.11.2Marc 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 #23792 -- Added test.utils.freeze_time() context manager.Thomas Chaumeny
2014-12-22Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-22Merge pull request #3765 from wlanslovenija/ticket_24034Marc Tamlyn
2014-12-21Fixed #24017 -- Added python_2_unicode_compatible in db/migrationsJosh Schneier
2014-12-21Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos
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