summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2014-03-18Fixed regression in file locking on some platforms.smallcode
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-08Fix bad conflict detection during makemigrationsAndrew Godwin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz
2014-03-05Fixed #7571 -- Fixed parameter matching in include()'d urlpatternAthena
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Corrected expected test output to allow for cleanups in signal and compatibil...Russell Keith-Magee
2014-03-03Added backwards compatibliity checks to reference documentation.Russell Keith-Magee
2014-03-03Fixed #22193 -- Made hint a truly optional arugment on check messages.Russell Keith-Magee
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-02-22Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addressesErik Romijn
2014-02-22Fixed #21435 -- Improved error message when urlconf is empty.Baptiste Mispelon
2014-02-20Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon
2014-02-18Made content_type_extra optional for TemporaryUploadedFile and MemoryUploaded...Dmitro
2014-02-18Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz
2014-02-18Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon
2014-02-17Added the possibility to pass a stdin object to a management command.Baptiste Mispelon
2014-02-16Fixed #19980: Signer broken for binary keys (with non-ASCII chars).MattBlack85
2014-02-15Corrected a pair of flake8 violationsAlex Gaynor
2014-02-15Improved fix for #18373 -- backward compatibilityGrzegorz Nosek
2014-02-15Fixed some flake8 errors from recent commits.Tim Graham
2014-02-15Fixed #21912 -- Improved error message if a view returns None.Aaron France
2014-02-15Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek
2014-02-15Fixed two typos.Rodolfo Carvalho
2014-02-15Moved relative URL handling added in refs #21177 to a better place.Tim Graham
2014-02-14Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton
2014-02-12Fixed #21856: Don't crash runserver when DATABASES = {}Andrew Godwin
2014-02-12Reverting unapplied migrations check away from being a system-level check.Andrew Godwin
2014-02-12Add --empty option to makemigrationsAndrew Godwin
2014-02-12Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky
2014-02-10Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng
2014-02-09Merge pull request #2245 from funkybob/parse_headerClaude Paroz
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-02-09Fixed #21968: Bad detection of old-style apps to add initial migrationAndrew Godwin
2014-02-09Merge pull request #2244 from mlavin/21856-migration-checksAndrew Godwin