summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-05-01Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...Yehonatan Daniv
2014-04-30flake8 fixes.Tim Graham
2014-04-30Cleanup failing test w/contenttypes and remove useless graph loadAndrew Godwin
2014-04-30Fixed #22485: Include all unmigrated apps in project state by default.Andrew Godwin
2014-04-30Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-30Refactored DjangoTranslation classDoug Beck
2014-04-30Fixed #22474 -- Made migration recorder aware of multiple databasesClaude Paroz
2014-04-30Removed unused import.Tim Graham
2014-04-30Fixed #22511 -- Added args to migrations management commands.Bruno Ribeiro da Silva
2014-04-29Use the new implementation of `six.with_metaclass`.Simon Charette
2014-04-29Removed bogus, ineffective 'U' flag from codecs.open() call.Ramiro Morales
2014-04-28Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-04-25Fixed #21166 -- Reset errors_occurred flag after commit and rollback.Aymeric Augustin
2014-04-25Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a us...Tim Graham
2014-04-25Set some transaction-related feature flags on SQLite.Aymeric Augustin
2014-04-25Fixed #22498 -- constraint name was not quoted in FK creation SQLShai Berger
2014-04-25Made sure cursor.close() does not complain if cursor is already closed on OracleShai Berger
2014-04-24Prevented a crash in the cursor wrappers on Oracle.Aymeric Augustin
2014-04-24Ignored repeated calls to connection.close().Aymeric Augustin
2014-04-23Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry
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-22Use the stdlib's compare_digest for constant time comparisons when availableAlex Gaynor
2014-04-22Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
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-21Fixed migrate when called inside a transaction.Florian Apolloner
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-20Fixed flake8 errors.Tim Graham
2014-04-18Fixed #22397 -- Issues removing M2M field with explicit through modelAndrew Gorcester
2014-04-18Adapted fixture read mode to file typeClaude Paroz
2014-04-18Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-18Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."Simon Charette
2014-04-17Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-17Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-17Merge pull request #2582 from alex/stdlib-pbkdf2hmacDonald Stufft