提交历史

作者 SHA1 备注 提交日期
  arcanemachine 4a80d0f220 Removed dead link in docs/topics/http/sessions.txt. 4 年之前
  Nick Pope 41850eec99 Fixed #32572 -- Improved ResolverMatch.__repr__(). 4 年之前
  Nick Pope 2f13c476ab Fixed #31487 -- Added precision argument to Round(). 4 年之前
  Chris Jerdonek 61d5e57353 Simplified and optimized test_match_tags(). 4 年之前
  Hasan Ramezani ed0cc52dc3 Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite. 4 年之前
  Chris Jerdonek dcb06c2c68 Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first. 4 年之前
  William Schwartz cecdec91cf Refs #32355 -- Corrected comments about Python's _NamespacePath. 4 年之前
  John 509d266c6a Added missing mode="rb" argument to open() call in Client.post() example in docs. 4 年之前
  sreehari1997 0860db225a Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost. 4 年之前
  Claude Paroz cac9ec73db Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the first paragraph. 4 年之前
  Chris Jerdonek ff514309e1 Fixed #32578 -- Fixed crash in CsrfViewMiddleware when a request with Origin header has an invalid host. 4 年之前
  Mariusz Felisiak 5b618f239c Fixed RemoteTestResultTest tests without tblib. 4 年之前
  Simon Willison e53159747c Doc'd that RawSQL can be used with __in. 4 年之前
  Chris Jerdonek f3825248a2 Refs #32579 -- Fixed cookie domain comment in CsrfViewMiddleware.process_view(). 4 年之前
  Chris Jerdonek 70332e6c43 Refs #32579 -- Optimized good_hosts creation in CsrfViewMiddleware.process_view(). 4 年之前
  Girish Sontakke 5388ff2a52 Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. 4 年之前
  Chris Jerdonek f5a2244217 Fixed typo in DiscoverRunner --reverse help text. 4 年之前
  Chris Jerdonek 235d23cf99 Refs #32532 -- Added DiscoverRunner.load_tests_for_label(). 4 年之前
  Mariusz Felisiak 83443e62d3 Optimized FkConstraintsTests.test_check_constraints by specifying a database table. 4 年之前
  Mariusz Felisiak 94463aa861 Removed trailing whitespaces in error messages. 4 年之前
  Adam Donaghy cdd0b213a8 Fixed #29606 -- Added type check for ALLOWED_HOSTS setting. 4 年之前
  Nick Pope a96c730431 Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model choice enums. 4 年之前
  Nick Pope 41e39c41c9 Refs #32460 -- Doc'd and tested that property names of model choice enums cannot be used as members. 4 年之前
  Jannis Vajen 4894a97578 Fixed page numbers in Paginator.get_elided_page_range() example in docs. 4 年之前
  Florian Demmer 3a185cee2a Fixed #32573 -- Fixed bounds in __iso_year lookup optimization. 4 年之前
  Nick Pope 6efc35b4fe Optimized django.utils.text.capfirst(). 4 年之前
  Mariusz Felisiak 2cd4026334 Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X. 4 年之前
  Mariusz Felisiak 71ec102b01 Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transforms with booleans on SQLite. 4 年之前
  Mariusz Felisiak c4df8b86c7 Refs #32483 -- Added tests QuerySet.values()/values_list() on key transforms with structures containing booleans. 4 年之前
  Mariusz Felisiak 037607ff19 Refs #31936 -- Added tests for __in lookup on JSONField key transforms with booleans. 4 年之前