summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2013-07-30Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...Jose L. Patino
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-29Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()Justin Michalicek
2013-07-29Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fix "OK" alignment in migrate outputAndrew Godwin
2013-07-26Add --fake option to migrateAndrew Godwin
2013-07-26Use new transaction API in syncdb section of migrateAndrew Godwin
2013-07-26Remove nasty error message checking hackAndrew Godwin
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-21Fixed an email validation regressionClaude Paroz
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-07-09Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham
2013-07-07Merge pull request #991 from stockr-labs/feature/email-backends-generatorsAlex Gaynor
2013-07-08A few cleanups to capture the minimum amount of code in try/except blocks.Alex Gaynor
2013-07-06Fixed 20613 - moved pickle loads/dumps outside with self._lock.reader()/write...ersran9
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-06-29Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-27Merge pull request #1311 from loic/ticket20619_take2Andrew Godwin
2013-06-26Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee
2013-06-22Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales
2013-06-20Rename makemigration to makemigrationsAndrew Godwin
2013-06-20Fixed #20632 -- Fixed {{ docs_version }} in project templateBaptiste Mispelon
2013-06-20Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee
2013-06-19Autodetect fields, have migrate actually workAndrew Godwin
2013-06-19Makemigration command now worksAndrew Godwin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-14Fixed python 3.2 compat.Florian Apolloner
2013-06-14Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...Wilfred Hughes
2013-06-13Added a ``checksetup`` management command for verifying Django compatibility.Daniel Lindsley
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-09Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.Tim Graham