Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-0/+4
* Fixed #24623 -- Fixed EmailMessage.attach_file() with tex...Konrad Świat2015-07-251-3/+29
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-243-7/+51
* Fixed #25155 -- Removed an inner class in core.management...Tim Graham2015-07-211-2/+4
* Replaced six.BytesIO with io.BytesIOTim Graham2015-07-201-1/+2
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+7
* Fixed #24966 -- Added deployment system check for empty A...rroskam2015-07-151-0/+10
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
* Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa2015-07-141-1/+1
* Fixed #25079 -- Added warning if both TEMPLATES and TEMPL...Daniel Roseman2015-07-133-0/+32
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+1
* Fixed catastrophic backtracking in URLValidator.Shai Berger2015-07-081-1/+1
* Prevented newlines from being accepted in some validators.Tim Graham2015-07-081-12/+15
* Fixed #22804 -- Added warning for unsafe value of 'sep' i...David Wolever2015-07-071-1/+9
* Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-061-1/+1
* Updated Memcached get_backend_timeout() comment.Karol Duleba2015-07-061-4/+5
* Fixed #24877 -- Added middleware handling of response.ren...Sylvain Fankhauser2015-07-031-10/+17
* Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala2015-07-031-1/+1
* Fixed #25050 -- Allowed serialization of models with defe...Grégoire ROCHER2015-07-022-2/+4
* Sorted imports in __init__.py files.Tim Graham2015-06-275-23/+24
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-246-17/+17
* Reordered import in JSON serializerClaude Paroz2015-06-241-1/+1
* Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker2015-06-241-1/+4
* Fixed #24970 -- Added --managers and --admins options to ...Rolo2015-06-221-5/+18
* Fixed #14200 -- Added a fallback if HttpRequest.urlconf i...Marten Kenbeek2015-06-211-2/+2
* Fixed #20197 -- Made XML serializer fail loudly when outp...Claude Paroz2015-06-191-2/+8
* Removed support for Python 3.3.Tim Graham2015-06-181-8/+1
* Fixed #24829 -- Allowed use of TemplateResponse in view e...ana-balica2015-06-171-0/+9
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-161-0/+3
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-3/+2
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Fixed #24978 -- Escaped special characters in loaddata fi...Moritz Sichert2015-06-141-1/+3
* Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee2015-06-121-0/+5
* Fixed #24950 -- Added unicode_literals to models.py in ap...Markus Holtermann2015-06-111-1/+2
* Merge pull request #4811 from mthornhill/12685Russell Keith-Magee2015-06-101-2/+2
|\
| * Fix for ticket 12685mick2015-06-101-2/+2
* | Fixed #24769 -- Cast optparse verbosity argument to an in...Rivo Laks2015-06-101-2/+5
* | Fixed #24922 -- Added system check for templates settingSergei Maertens2015-06-073-0/+25
* | Fixed #24906 -- Fixed ResolverMatch.app_name for nested n...Marten Kenbeek2015-06-061-5/+9
* | Fixed #24904 -- Fixed nested namespaces in current_app.Marten Kenbeek2015-06-051-2/+12
|/
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-051-0/+6
* Fixed #24776 -- Improved apps.get_app_config() error mess...Peter Inglesby2015-05-221-6/+6
* Fixed #24805 -- Delayed check for locale_dir in makemessagesClaude Paroz2015-05-181-2/+6
* Refactored datetime handling in the database cache backend.Aymeric Augustin2015-05-171-43/+43
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-3/+3
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-171-0/+4
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-135-7/+7
* Fixed #24742 -- Made runserver.check_migrations ignore re...Claude Paroz2015-05-131-5/+13
* Allowed runserver sublcasses to easily override the defau...Matt Robenolt2015-05-121-2/+4
* Fixed #24733 -- Passed the triggering exception to 40x er...Claude Paroz2015-05-111-8/+21