summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2012-07-17Fixed #18547 -- Improved error message when gettext is missingClaude Paroz
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy
2012-07-10Changed `manage.py shell`'s help text to reflect that it can invoke bpython.Alex Gaynor
2012-07-05Fixed #18330 - Made cache culling 3rd party db backend friendlyAnssi Kääriäinen
2012-06-28Fixed #15197 -- Fixed yaml serialization into HttpResponseClaude Paroz
2012-06-24Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keysClaude Paroz
2012-06-23Switch to using context managers for acquiring and releasing locks.Alex Gaynor
2012-06-15Favored text (StringIO) over binary content for deserializationClaude Paroz
2012-06-10Fixed #18457 -- Fixed encoding error in yaml deserializerClaude Paroz
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-06-01Made inspectdb tests deal with a smaller generated models.py file.Ramiro Morales
2012-05-31Fixed #14681 -- Do not set mode to None on file-like objects.Claude Paroz
2012-05-27Used CommandError in createcachetable command.Claude Paroz
2012-05-27Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-26Removed unneeded sys import added in previous commitClaude Paroz
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-05-24Stopped converting match dict keys to bytestrings when resolving URLs.Claude Paroz
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-05-18Cleaned up WSGIRequestHandler get_environ to be Python 3 compatibleClaude Paroz
2012-05-15Fixed #18019 -- Use threaded runserver only when database supports it.Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-05Used io.BytesIO also for ContentFile.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Fixed the syntax used for the Python repl examples in docs and docstrings.Alex Gaynor
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-05-01Skip model validation when models are known good.Anssi Kääriäinen
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecatio...Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-29Made table_names() output sorted.Anssi Kääriäinen
2012-04-27Updated compilemessages and makemessages management commands to change SVN->G...Adrian Holovaty
2012-04-27Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...Claude Paroz
2012-04-26Removed direct print statements from django management commands.Claude Paroz
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-05Fixed #15644 -- Improved Django File wrapper to support more file-like object...Claude Paroz
2012-03-31Removed some more useless code related to the verify_exists removal.Claude Paroz
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-31Removed deprecated copy of PermWrapper and PermLookupDict from django.core.co...Aymeric Augustin
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin