Commit History

Author SHA1 Message Date
  Florian Zimmermann fbd16438f4 Fixed #33143 -- Raised RuntimeWarning when performing import-time queries. 1 year ago
  Andrii Kohut f8172f45fc Fixed #34587 -- Allowed customizing table name normalization in inspectdb command. 1 year ago
  Adrian Torres 7eee1dca42 Fixed #14094 -- Added support for unlimited CharField on PostgreSQL. 2 years ago
  kimsoungryoul 78f163a4fb Fixed #18468 -- Added support for comments on columns and tables. 2 years ago
  Vladimir Kochetkov 3926e35aa8 Fixed #33823 -- Made inspectdb generate unique related_name when reverse accessor clashes. 2 years ago
  Scott e12670016b Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Oracle. 2 years ago
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
  jordan.bae aaf9b55858 Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute. 3 years ago
  Tom Carrick e387f191f7 Fixed #31777 -- Added support for database collations to Char/TextFields. 4 years ago
  sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field. 5 years ago
  Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 years ago
  Michael Sinov 9aca67bea8 Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsupported type. 8 years ago
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. 8 years ago
  james mike dupont 7d20094996 Fixed spelling mistakes in code and comments. 8 years ago
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
  Tim Graham bcf3532ede Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 8 years ago
  Claude Paroz 3ea7167bb5 Refs #24928 -- Added introspection support for UUIDField 8 years ago
  Jacek Bzdak 2cb50f935a Fixed #25274 --- Made inspectdb handle renamed fields in unique_together. 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Tim Graham 33457cd3b0 Removed IPAddressField per deprecation timeline; refs #20439. 10 years ago
  Tim Graham 40a8504357 Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 10 years ago
  Claude Paroz 51890ce889 Applied ignore_warnings to Django tests 10 years ago
  Claude Paroz 4fe6824ffd Fixed #23679 -- Fixed null introspection for char/text fields 10 years ago
  Damien Nozay 70c54a3694 Fixed #23028: Added unique_togther support to inspectdb. 10 years ago
  Claude Paroz b144bfb5ce Fixed #21079 -- Further normalized table names in inspectdb 10 years ago
  Jason Myers 7a61c68c50 PEP8 cleanup 11 years ago
  Erik Romijn 1a63092981 Fixed #20439 -- Started deprecation of IPAddressField 11 years ago
  Alasdair Nicol 22c6497f99 Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 11 years ago
  Claude Paroz 8c41bd93c2 Fixed #16737 -- Support non-ascii column names in inspectdb 12 years ago
  Florian Apolloner 89f40e3624 Merged regressiontests and modeltests into the test root. 12 years ago