summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2015-07-03Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser
2015-07-03Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala
2015-07-02Fixed #25050 -- Allowed serialization of models with deferred fields.Grégoire ROCHER
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-24Reordered import in JSON serializerClaude Paroz
2015-06-24Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-19Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-17Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-06-13Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2015-06-11Fixed #24950 -- Added unicode_literals to models.py in app templateMarkus Holtermann
2015-06-10Merge pull request #4811 from mthornhill/12685Russell Keith-Magee
2015-06-10Fix for ticket 12685mick
2015-06-09Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens
2015-06-06Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek
2015-06-05Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-05-22Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby
2015-05-18Fixed #24805 -- Delayed check for locale_dir in makemessagesClaude Paroz
2015-05-17Refactored datetime handling in the database cache backend.Aymeric Augustin
2015-05-17Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime converters.Aymeric Augustin
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-13Fixed #24742 -- Made runserver.check_migrations ignore read-only databasesClaude Paroz
2015-05-12Allowed runserver sublcasses to easily override the default port.Matt Robenolt
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-05-05Extended variable name in handlers/base.pyClaude Paroz
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-05-01Fixed #23271 -- Fixed makemessages crash/test failure for some locales.daphshez
2015-04-26Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...Harry
2015-04-25Fixed #24703 -- Changed squashmigrations to use a MigrationLoaderMarten Kenbeek
2015-04-20Fixed #24664 -- Removed misleading arg name from TemporaryFileUploadHandler.n...David Danier
2015-04-18Fixed #23879 -- Allowed model migration skip based on feature/vendorClaude Paroz
2015-04-17Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidatorAnoop Thomas Mathew
2015-04-16Fixed #21652 -- Added notification when processing objects in loaddataYitzhak Clark
2015-04-14Added missing periods in migrate help messages.Joe Borg
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-04-09Fixed #19820 -- Added more helpful error messages to Python deserializer.Richard Eames
2015-04-08Removed unused exception "as" variable.Tim Graham
2015-04-07Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve
2015-04-04Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz
2015-04-02Fixed typo in django.core.files.File docstring.Matt Hooks