summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2014-05-18Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez
2014-05-16Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn
2014-05-16Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not foundClaude Paroz
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-14Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-05-11Completed long overdue sqlinitialdata deprecation.Ramiro Morales
2014-05-11Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi
2014-05-09Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiryMalcolm Box
2014-05-08Fixed #22588 -- Fix RegexValidator __eq__David Szotten
2014-05-08Removed unused imports in makemigrationsClaude Paroz
2014-05-06Fixed #22576: Ensure makemigrations doesn't touch the database.Andrew Godwin
2014-05-06Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin
2014-05-02Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer
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-30Removed unused import.Tim Graham
2014-04-30Fixed #22511 -- Added args to migrations management commands.Bruno Ribeiro da Silva
2014-04-29Removed bogus, ineffective 'U' flag from codecs.open() call.Ramiro Morales
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-23Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry
2014-04-23Set compile messages options as class variableClaude Paroz
2014-04-23Fixed #22495 -- Locmem cache.add() failed with infinite timeoutsMalcolm Box
2014-04-23Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons
2014-04-21Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-21Fixed migrate when called inside a transaction.Florian Apolloner
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-18Adapted fixture read mode to file typeClaude Paroz
2014-04-18Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-04-17Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-16Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ...Tim Graham
2014-04-10Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-04-09Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor...julien 'pouete' Godin
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2014-03-30Moved ServerHandler helper class to tests.Ramiro Morales
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-26Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems.Zbigniew Siciarz
2014-03-25Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-25flake8 and doc fixes for refs #22257.Tim Graham
2014-03-25Fixed #22257 -- Added file output option to dumpdata command.Anubhav Joshi
2014-03-22Fixed a failing test introduced in 918a16bc4c099ab0cae72a231de3e99e2a9d02cb.Baptiste Mispelon
2014-03-22Fixed #22256 -- Replaced bad fallback for missing PATHPatrick Michaud
2014-03-22Avoided transactional truncates on amateur databases.Aymeric Augustin
2014-03-22Avoided transactional DDL on castrated databases.Aymeric Augustin
2014-03-21Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.Hans Lawrenz
2014-03-21Fixed transaction handling in two management commands.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski