Commit History

Author SHA1 Message Date
  Carlton Gibson a32f983be8 Doc'd archiving historical branches as git tags. 5 years ago
  Hasan Ramezani 153c7956f8 Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFields. 5 years ago
  Shipeng Feng 8058d9d7ad Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases. 5 years ago
  Hannes Ljungberg 6d590bcf1f Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes. 5 years ago
  Hannes Ljungberg d5af43c8d1 Refs #30961 -- Added tests for columns list SQL generated for indexes. 5 years ago
  Mariusz Felisiak 58c1acb1d6 Updated Python license for 2019. 5 years ago
  Nick Pope 7b915ba8e8 Clarified that license is BSD 3-Clause in package metadata. 5 years ago
  Nick Pope 02983c5242 Fixed #30943 -- Added BloomIndex to django.contrib.postgres. 5 years ago
  Jon Dufresne 26554cf5d1 Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and docs. 5 years ago
  Jon Dufresne 77aa74cb70 Refs #29983 -- Added support for using pathlib.Path in all settings. 5 years ago
  René Fleschenberg 367634f976 Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt. 5 years ago
  Farhaan Bukhsh cc5622ec8c Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client. 5 years ago
  Jon Dufresne 39791c8e6d Harmonized Windows checks in tests to a single style. 5 years ago
  Jon Dufresne e3c2fae4cd Adjusted expected exception message for Windows. 5 years ago
  Mariusz Felisiak 4c45b627f8 Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin. 5 years ago
  Daniel Fairhead e651b3095c Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin.actions docs. 5 years ago
  Jon Dufresne 74f2a58b3a Refs #29983 -- Added tests for FileBasedCache pathlib support. 5 years ago
  Jon Dufresne fbbff7f808 Refs #29983 -- Added pathlib.Path support to the file email backend. 5 years ago
  Dan Swain 422b875c65 Documented arguments for custom 500 error view. 5 years ago
  Stephen Rauch 4b6db766ba Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2. 5 years ago
  Jon Dufresne c8debd5061 Added a link to the file email backend from EMAIL_FILE_PATH setting. 5 years ago
  Jon Dufresne 1c4c68dfed Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support. 5 years ago
  Jon Dufresne 92e5abd7a3 Refs #29983 -- Added test for FIXTURES_DIRS pathlib support. 5 years ago
  Jon Dufresne 89368ab6e3 Fixed #30944 -- Changed reusable apps docs to use a declarative config. 5 years ago
  kola-er d94d7b113c Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options. 5 years ago
  Jon Dufresne edeec1247e Passed strict=True to Path.resolve() to enforce that the path must exist. 5 years ago
  Alasdair Nicol b991eefd3a Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs. 5 years ago
  Hasan Ramezani 47379d027b Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lists and tuples. 5 years ago
  Hasan Ramezani dc60597eb6 Refs #30095 -- Added Field._choices_is_value(). 5 years ago
  Mariusz Felisiak a20ea33ca6 Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+. 5 years ago