提交历史

作者 SHA1 备注 提交日期
  Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 年之前
  Jon Dufresne 45edd746cc Used re.Pattern.findall() instead of re.findall() in inspectdb.tests. 5 年之前
  Ville Skyttä 0f22671ecb Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey(unique/primary_key=True). 6 年之前
  Simon Charette 64f9776bc4 Refs #29004 -- Prevented inspectdb tests from flushing all tables data. 6 年之前
  Mariusz Felisiak f091ea3515 Refs #29722 -- Added introspection of materialized views for Oracle. 6 年之前
  Mariusz Felisiak d5f4ce9849 Fixed #29949 -- Refactored db introspection identifier converters. 6 年之前
  Nick Pope ebd270627c Refs #29722 -- Added introspection of partitions for PostgreSQL. 6 年之前
  Jon Dufresne e90af8bad4 Capitalized "Python" in docs and comments. 6 年之前
  Nick Pope bf8b625a3b Refs #29722 -- Added introspection of materialized views for PostgreSQL. 6 年之前
  Nick Pope 45ef3df7d0 Fixed #29719 -- Added introspection of foreign tables for PostgreSQL. 6 年之前
  Michael Sinov 9aca67bea8 Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsupported type. 8 年之前
  Tim Graham a170dac887 Fixed too many parentheses in inspectdb Meta.unique_together output. 7 年之前
  Tim Graham 6421bd702f Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField. 7 年之前
  Tim Graham f8b98f0edc Removed DatabaseFeatures.can_introspect_null. 7 年之前
  Mariusz Felisiak c3a1337dfa Refs #29004 -- Optimized InspectDBTransactionalTests.test_include_views() by limiting introspected tables. 7 年之前
  Tim Graham 25b97ee170 Added functions for inspectdb table filtering in tests. 7 年之前
  bquinn c2b969e124 Fixed #29004 -- Added inspectdb --include-views option. 7 年之前
  Tim Graham acc8dd4142 Fixed #28984 -- Made assorted code simplifications. 7 年之前
  Claude Paroz 2366100872 Removed unneeded force_text calls in the test suite 8 年之前
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 年之前
  james mike dupont 7d20094996 Fixed spelling mistakes in code and comments. 8 年之前
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 年之前
  Claude Paroz c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 年之前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
  Tim Graham bcf3532ede Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 8 年之前
  Mariusz Felisiak f8e36047da Fixed #27700 -- Optimized inspectdb tests by specifying database tables. 8 年之前
  Mariusz Felisiak cc0bb07013 Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length. 8 年之前
  Mariusz Felisiak 3e43d24ad3 Refs #19884 -- Added CharField max_length introspection on Oracle. 8 年之前
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 年之前
  Claude Paroz 3ea7167bb5 Refs #24928 -- Added introspection support for UUIDField 8 年之前