Commit History

作者 SHA1 備註 提交日期
  Daniel Jilg 55c843f2ef Fixed #14131 -- Added note to docs about Pagination and large Querysets 9 年之前
  Michal Petrucha d81d02d449 Refs #26384, #24995 -- Avoided a module-level MySQL query in the schema tests. 9 年之前
  Iacopo Spalletti 7d485d5d75 Fixed #22268 -- Documented values_list() behavior for multivalued relations.a 9 年之前
  Attila Tovt 00dbd02f7e Made MakeMigrationsTests call proper parent method 9 年之前
  Tim Graham a637ed879d Added stub release notes for 1.9.6. 9 年之前
  Tim Graham 93539ba2f4 Added release date for 1.9.5 and 1.8.12. 9 年之前
  Claude Paroz db19619545 Fixed #25532 -- Properly redisplayed JSONField form input values 9 年之前
  Simon Charette 64aba7a8ab Fixed #26438 -- Fixed multiple .objects typos in the docs. 9 年之前
  Tim Graham 8928823b13 Fixed #26436 -- Added a link to the settings filtering in the error reporting howto. 9 年之前
  Tim Graham 12dee89d9c Removed some docs that should have been removed along with PROFANITIES_LIST. 9 年之前
  Tim Graham f3595b2549 Refs #26384, #24995 -- Skipped a schema test on older MySQL versions. 9 年之前
  Tim Graham a65fc6df89 Fixed #26410 -- Added a docs example for loader.render_to_string(). 9 年之前
  Akshesh 49f95cc0a0 Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concrete base model. 9 年之前
  Tim Graham 2e0cd26ffb Made a few proxy_models tests use assertRaisesMessage(). 9 年之前
  Claude Paroz edcecaf0de Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions 9 年之前
  Krzysztof Jurewicz 940b7fd5cb Fixed #21446 -- Allowed not performing redirect in set_language view 9 年之前
  Claude Paroz 12ba20d83c Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 9 年之前
  Alex Hill 4b2cf1cd27 Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK on SQLite. 9 年之前
  Daniel Wiesmann 870dd1d38b Fixed #26417 -- Allowed setting GDALBand data with partial values. 9 年之前
  Claude Paroz 03b6947728 Fixed #24932 -- Added Cast database function. 9 年之前
  Kai Feldhoff 5336158990 Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql(). 9 年之前
  Daniel Wiesmann f1db8c36e9 Fixed #26415 -- Allowed deleting nodata value on GDALBands. 9 年之前
  Akshesh a7c813ba04 Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected action. 9 年之前
  Ben Welsh 724a279849 Raised a more helpful ImportError message in manage.py template. 9 年之前
  Simon Charette 67cf5efa31 Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links. 9 年之前
  Joshua Pereyda 0c0e8f0a62 Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt. 9 年之前
  Claude Paroz 859fc64338 Cleaned class inheritances in staticfiles tests 9 年之前
  Tim Graham 1c8c0837c6 Sorted single letter imports per the latest version of isort. 9 年之前
  Claude Paroz fc01c84bad Avoided need to import model fields in models/functions.py. 9 年之前
  Tim Graham fb84e877ce Normalized Func.as_sqlite() signature. 9 年之前