summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-23Used the same instance of atomic for entry and exit.Aymeric Augustin
2014-04-23Wrapped migrations in a transaction only on DBs with transactional DDL.Aymeric Augustin
2014-04-23Set compile messages options as class variableClaude Paroz
2014-04-23Fixed #22495 -- Locmem cache.add() failed with infinite timeoutsMalcolm Box
2014-04-23Added Spatialite support to the new migration frameworkClaude Paroz
2014-04-23Used migration framework in GIS test tearDownClaude Paroz
2014-04-23Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons
2014-04-22Merge pull request #2602 from intgr/typofixAlex Gaynor
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22Updated grammar in description of django.contrib.auth.Ray Ashman
2014-04-22Merge pull request #2600 from alex/builtin-constant-time-compareDonald Stufft
2014-04-22Use the stdlib's compare_digest for constant time comparisons when availableAlex Gaynor
2014-04-22Added 1.6.4 release note stub.Tim Graham
2014-04-22Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-21Added information on resolved security issues to release notes.Erik Romijn
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-21Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-21Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-21Fixed PostGIS remove_field implementationClaude Paroz
2014-04-21Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Corrected the section identifier for MySQL unicode reference.Matt Lauber
2014-04-21Merge pull request #2592 from prestontimmons/remove-test-runner-casesAymeric Augustin
2014-04-21Fixed migrate when called inside a transaction.Florian Apolloner
2014-04-21Fixed monkeypatching in a staticfiles test.Florian Apolloner
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21Consolidated expressions tests.Aymeric Augustin
2014-04-21Consolidated get_or_create tests.Aymeric Augustin
2014-04-21Further consolidated the model_inheritance tests.Aymeric Augustin
2014-04-21Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin
2014-04-20Removed old test runner test cases.Preston Timmons
2014-04-20Fixed flake8 errors.Tim Graham
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-04-19Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-18Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
2014-04-18Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save().Tim Graham
2014-04-18Adapted fixture read mode to file typeClaude Paroz
2014-04-18Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham
2014-04-18Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-18Added some missing items to the 1.6.3 release notes.Tim Graham
2014-04-18Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
2014-04-18Added missing versionadded annotation and tweaked release note; refs #22465.Tim Graham
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-18Fixed a test failure introduced by 214d1e1b0f.Simon Charette
2014-04-17Merge pull request #2586 from mmardini/patch-2Alex Gaynor
2014-04-18Fixed #22464 - included contrib/gis/static in tarballMoayad Mardini
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette