Commit Verlauf

Autor SHA1 Nachricht Datum
  Paweł Zarębski 054ab1e00f Fixed example of QuerySet.explain() with flags in docs. vor 4 Jahren
  Mariusz Felisiak 77caeaea88 Fixed #32012 -- Made test database creation sync apps models when migrations are disabled. vor 4 Jahren
  Raffaele Salmaso 7b9596b974 Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index. vor 4 Jahren
  Raffaele Salmaso 666f2e8acd Refs #32034 -- Added test for title on admin app index view. vor 4 Jahren
  Hasan Ramezani 71d10ca8c9 Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite. vor 4 Jahren
  Carlton Gibson 2a55431a56 Fixed #32016 -- Clarified manual logging config docs. vor 4 Jahren
  János Roden 9e4b1ad33e Fixed #32004 -- Clarified docs for when request.FILES is set. vor 4 Jahren
  Mariusz Felisiak 75d7af43c1 Corrected docstring quotes in various code. vor 4 Jahren
  Mariusz Felisiak f7806193e6 Made indexes tests use required_db_features. vor 4 Jahren
  Adam Johnson 2d2fbc3a70 Made jinja2 import lazy in django.forms. vor 4 Jahren
  Tom Carrick e387f191f7 Fixed #31777 -- Added support for database collations to Char/TextFields. vor 4 Jahren
  Mariusz Felisiak ba6b32e5ef Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes. vor 4 Jahren
  Tom Carrick 278b6187d2 Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation. vor 4 Jahren
  David D Lowe f3901b5899 Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches. vor 5 Jahren
  Mike Lissner 8c0794ba0d Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. vor 4 Jahren
  Владимир Лысенко b376297d6c Tweaked loaddata command to re-use a calculated value. vor 4 Jahren
  Hasan Ramezani a046bcadbe Fixed #31916 -- Fixed combined queryset crash when combining with ordered combined querysets. vor 4 Jahren
  Kwist 981a072dd4 Fixed #31843 -- Fixed pickling named values from QuerySet.values_list(). vor 4 Jahren
  Mariusz Felisiak 3a9f192b13 Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle. vor 4 Jahren
  Nick Pope b4d46df5ca Fixed #29887 -- Added a cache backend for pymemcache. vor 6 Jahren
  Nick Pope cda0a3d777 Refs #29887, Refs #24212 -- Added more client servers tests for PyLibMCCache. vor 4 Jahren
  Mariusz Felisiak eaf9764d3b Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation. vor 4 Jahren
  Hasan Ramezani 7be6a6a4d6 Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems. vor 4 Jahren
  manav014 580a4341cb Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices. vor 4 Jahren
  Tim Graham fed257ddff Prevented creation of 3D test models if not supported. vor 4 Jahren
  Tim Graham 7f2392981d Added DatabaseIntrospection.index_default_access_method hook on the PostgreSQL backend. vor 4 Jahren
  Mariusz Felisiak e11d05e0b4 Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Meta.ordering. vor 4 Jahren
  Alexander Todorov 5fab16392f Fixed #32003 -- Added obj argument to has_perm() methods in tests. vor 4 Jahren
  Tom Carrick bcc2befd0e Fixed #31789 -- Added a new headers interface to HttpResponse. vor 4 Jahren
  Tim Graham 71ae1ab012 Removed hardcoded paths to SpatialRefSys models in tests. vor 4 Jahren