Commit History

Author SHA1 Message Date
  aruseni ad524980ac Fixed typo in docs/ref/request-response.txt. 7 years ago
  Mads Jensen de42adf4ff Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex. 7 years ago
  Tim Graham 2503ad5154 Fixed #28327 -- Removed contradictory description of mod_wsgi docs. 7 years ago
  Tim Graham bdf20c383f Fixed #28323 -- Removed unneeded normalize() in timezone.localtime() and make_naive(). 7 years ago
  Georg Sauthoff d0f59054d0 Fixed #28324 -- Made feedgenerators write feeds with deterministically ordered attributes. 8 years ago
  Paul Tiplady 335a8d7895 Fixed #28322 -- Added dbshell support for MySQL client TLS certs. 7 years ago
  Anton Samarchyan a469e158a9 Added tests for PermissionDenied in admin's delete_selected() view. 7 years ago
  Tim Graham 7d52de31af Moved admin's action view tests to a separate file. 7 years ago
  Anton Samarchyan 57f4b3ce37 Added tests for AdminSite's add/disable/get action methods. 7 years ago
  Anton Samarchyan 90294cc2ae Added a test for ModelAdmin.__str__(). 7 years ago
  Mariusz Felisiak 24d7fe4933 Refs #27858 -- Fixed typo in MigrationRecorder.applied_migrations() comment. 7 years ago
  Anton Samarchyan 0b9ccf9e60 Completed test coverage for admin's LogEntry model. 7 years ago
  Marti Raudsepp fda55c71a8 Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. 8 years ago
  François Freitag 4f1eb64ad0 Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField. 7 years ago
  François Freitag e36598f963 Refs #27539 -- Fixed typo in TransactionTestCase._pre_setup() comment. 7 years ago
  Tim Graham d1d7348001 Refs #25809 -- Removed BrinIndex.__repr__(). 7 years ago
  Tim Graham 221e6e1817 Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template context. 7 years ago
  Maciej Jaworski dc63ad7ac0 Fixed #28319 -- Made TextField with choices use a Select widget. 7 years ago
  Tim Graham 3b050fd0d0 Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.html widget template. 7 years ago
  Chandrakant Kumar 2b09e4c88e Fixed #27787 -- Made call_command() validate the options it receives. 8 years ago
  reficul31 92e286498a Fixed #27539 -- Made TransactionTestCase._pre_setup() clear the queries_log so it's less likely to overflow. 8 years ago
  Daniel Wiesmann 6f44f714c9 Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem. 7 years ago
  Chandrakant Kumar f6800a081a Refs #27787 -- Corrected or removed invalid call_command() options. 7 years ago
  Pavel Rybintsev 874b1f2cac Fixed #26936 -- Fixed stale ContentType deletion in apps without models. 8 years ago
  Claude Paroz ceca221b31 Fixed #28304 -- Kept SafeData type for pgettext-translated strings 7 years ago
  Claude Paroz a6b5321ce9 Refs #24423 -- Readded inadvertently deleted i18n tests. 7 years ago
  Lincoln Smith 15b465c584 Fixed #27998 -- Made ManyToManyField changes logged in admin's object history. 8 years ago
  chillaranand 451b585c2f Refs #27914 -- Used __qualname__ in model operations' deconstruct(). 7 years ago
  chillaranand fb0f987f7d Fixed #27914 -- Added support for nested classes in Field.deconstruct()/__repr__(). 7 years ago
  Adam Bogdał 9f4e0fde0a Moved common code to RelatedField.deconstruct(). 7 years ago