summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...dep5Tim Graham2016-05-134-0/+38
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-1313-4/+50
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-1381-1426/+912
* Refs #26601 -- Refactored BaseHandler to prepare for new-style middleware.Florian Apolloner2016-05-132-126/+164
* Cosmetic edits to tests/managers_regress/tests.pyTim Graham2016-05-131-13/+6
* Fixed typo in docs/topics/db/models.txtTim Graham2016-05-131-2/+2
* Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-1311-4/+184
* Refs #26333 -- Reverted inadvertent edits to fix tests.Tim Graham2016-05-131-2/+2
* Fixed #26333 -- Made GIS Geometry classes deconstructible.Nicolas Noé2016-05-132-0/+67
* Added David Sanders to AUTHORSDavid Sanders2016-05-131-0/+1
* Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders2016-05-132-5/+11
* Prevented findstatic argument from appearing as multiple options.eltronix2016-05-122-2/+2
* Fixed typo in docs/topics/conditional-view-processing.txteltronix2016-05-121-1/+1
* Updated ECMAScript link in docs/ref/request-response.txtAlex Simonides2016-05-121-2/+2
* Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.Vincenzo Pandolfo2016-05-123-3/+44
* Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz2016-05-129-11/+387
* Fixed typo in docs/ref/contrib/gis/layermapping.txtVictor Oliveira da Silva2016-05-121-1/+1
* Refs #24046 -- Fixed a template test when run in reverse.Tim Graham2016-05-111-0/+2
* Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.Tim Graham2016-05-111-1/+1
* Refs #24227 -- Partially reverted replacement of M2M isinstance checks by fie...Collin Anderson2016-05-111-4/+4
* Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().Tim Graham2016-05-112-16/+5
* Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard2016-05-115-20/+48
* Refs #18100 -- Added tests for deferred model deletion signals.Simon Charette2016-05-101-0/+37
* Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham2016-05-1013-21/+88
* Stopped truncating AdminEmailHandler message subjectsClaude Paroz2016-05-103-27/+6
* Fixed #26580 -- Updated references to obsolete RFC 2822.Vasiliy Faronov2016-05-103-3/+3
* Fixed #26603 -- Forced lazy template names to text when computing cache key.Simon Charette2016-05-103-2/+13
* Refs #24046 -- Removed redundant condition in render_value_in_context()Tim Graham2016-05-091-2/+1
* Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti2016-05-098-9/+243
* Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham2016-05-0820-108/+75
* Replaced `six.callable` with `callable`.Ville Skyttä2016-05-081-1/+1
* Sorted migration list order in test; added trailing comma.Jarek Glowacki2016-05-081-5/+5
* Included reverse deps in showmigrationsJarek Glowacki2016-05-082-22/+23
* Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki2016-05-0817-134/+479
* Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...Tim Graham2016-05-071-1/+2
* Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia2016-05-072-3/+28
* Fixed #26402 -- Added relative path support in include/extends template tags.Vitaly Bogomolov2016-05-0720-0/+206
* Fixed #26582 -- Added prettier admin display for list values.Dan Watson2016-05-072-3/+12
* Made GDAL proj test less fragileClaude Paroz2016-05-071-12/+13
* Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty2016-05-072-5/+48
* Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov2016-05-071-28/+17
* Fixed a typoMatthias K2016-05-071-1/+1
* Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory2016-05-071-1/+0
* Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz2016-05-073-2/+25
* Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditorMarkus Holtermann2016-05-073-5/+3
* Fixed syntax highlighting in docs/topics/cache.txtTim Graham2016-05-061-17/+16
* Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...Sergei Maertens2016-05-064-13/+104
* Removed HTTP prefixed CONTENT_TYPE/LENGTH headers in MultiPartParser.Tim Graham2016-05-061-2/+2
* Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann2016-05-0611-159/+744
* Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham2016-05-063-0/+60