summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...Tim Graham2015-06-181-1/+1
* Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.Gagaro2015-06-181-1/+6
* Fixed #24834 -- Fixed get_current_site() when Host header contains port.Nick Pope2015-06-181-4/+14
* Removed support for Python 3.3.Tim Graham2015-06-188-45/+21
* Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann2015-06-171-0/+110
* Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica2015-06-171-0/+9
* Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream.Tim Graham2015-06-171-6/+9
* Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageFieldAndriy Sokolovskiy2015-06-161-1/+3
* Refs #16860 -- Fixed a resource and deprecation warning in password validation.Tim Graham2015-06-161-1/+3
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-163-0/+9
* Sorted reduce methods in migration optimizerMarkus Holtermann2015-06-161-60/+70
* Fixed #24828 -- Allowed migration optimization across AlterFooTogetherMarkus Holtermann2015-06-162-0/+51
* Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki2015-06-151-4/+2
* Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz2015-06-151-0/+11
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-1513-40/+118
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-157-41/+11
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-154-4/+4
* Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keysBrian King2015-06-151-1/+4
* Corrected to not erroneously mention email as being required.elena2015-06-151-1/+1
* Changed reduce method lookup in migration optimizer to dictMarkus Holtermann2015-06-141-110/+29
* Explicitly imported migration operations in optimizerMarkus Holtermann2015-06-141-60/+64
* Optimized duplicate AlterModelTable/AlterFooTogether/AlterOWRTMarkus Holtermann2015-06-141-0/+28
* Took AlterOrderWithRespectTo into account when optimizing migrationsMarkus Holtermann2015-06-141-0/+6
* Fixed #24890 -- Added warning to collectstatic when static files have clashin...Markus Amalthea Magnuson2015-06-131-0/+8
* Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert2015-06-132-1/+39
* Refs #24965 -- Added changes from accidentally reverted file for last commit.Moritz Sichert2015-06-121-3/+4
* Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert2015-06-121-0/+12
* Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee2015-06-121-0/+5
* Fixed #24968 -- Removed bad horizontal scrollbar appearing on admin changelis...Fabrizio Ettore Messina2015-06-111-0/+4
* Fixed #24950 -- Added unicode_literals to models.py in app templateMarkus Holtermann2015-06-112-2/+3
* Allowed easier extendability of ChoiceFieldRenderer.TMFGravyHands2015-06-111-4/+6
* Merge pull request #4811 from mthornhill/12685Russell Keith-Magee2015-06-101-2/+2
|\
| * Fix for ticket 12685mick2015-06-101-2/+2
* | Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-101-7/+23
* | Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks2015-06-091-2/+5
* | Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-082-6/+34
* | Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel2015-06-081-1/+2
* | Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou2015-06-081-1/+1
* | Made flatatt docstring match realityMatthew Schinckel2015-06-081-3/+5
* | Moved jQuery to a vendor/jquery subdirectory.Trey Hunner2015-06-075-3/+4
* | Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn2015-06-076-4/+216
* | Fixed #24915 -- Added stricter session key validationDavid Bannon2015-06-061-1/+18
* | Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.Cole Maclean2015-06-061-7/+11
* | Fixed #24922 -- Added system check for templates settingSergei Maertens2015-06-063-0/+25
* | Fixed #12437 -- Added css_classes to Form._html_output()Markus Amalthea Magnuson2015-06-061-0/+2
* | Fixed ImportError message in utils.module_loading.import_string()Tomasz Kontusz2015-06-061-1/+1
* | Imported sqlite3 instead of _sqlite3Sagar Mittal2015-06-061-3/+3
* | Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek2015-06-061-5/+9
* | Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol2015-06-061-8/+8
* | Fixed #23516 -- Added caching of include tag Template objectsMatthew Somerville2015-06-061-2/+14