Historique des commits

Auteur SHA1 Message Date
  Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. il y a 5 ans
  Diederik van der Boor 25f21bd237 Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values. il y a 7 ans
  Matthias Kestenholz ea60b7bc74 Removed redundant model field choices tests. il y a 6 ans
  Simon Charette 218a485bf1 Refs #12663 -- Fixed reference to nonexistent field in model_fields tests. il y a 6 ans
  Joshua Cannon 16a5a2a2c8 Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty. il y a 6 ans
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. il y a 8 ans
  Sergey Fedoseev b5ecbf1e12 Simplified choices iterators in tests.model_fields.models. il y a 7 ans
  Tim Graham e5bd585c6e Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy. il y a 7 ans
  Florian Apolloner d611a89238 Decreased max_length for char fields unless absolutely needed. (#8485) il y a 8 ans
  Claude Paroz 8346680e1c Refs #27795 -- Removed unneeded force_text calls il y a 8 ans
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). il y a 8 ans
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage il y a 8 ans
  Tim Graham bcf3532ede Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. il y a 8 ans
  Ramin Farajpour Cami 967be82443 Fixed E305 flake8 warnings. il y a 8 ans
  Michael Scott ec9ed07488 Fixed #27188 -- Allowed using unique=True with FileField. il y a 8 ans
  Tim Graham 3c1b572f18 Split model_fields tests into different files. il y a 9 ans
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. il y a 9 ans
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField il y a 9 ans
  Tim Graham b60375d4bb Fixed #25129 -- Made model instance defaults work with migrations (refs #24919). il y a 9 ans
  Edward Henderson f8cc464452 Fixed #16501 -- Added an allow_unicode parameter to SlugField. il y a 10 ans
  Abhaya Agarwal 7c7b855106 [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() test and release notes. il y a 10 ans
  Alex Hill 720ff740e7 Fixed #24215 -- Refactored lazy model operations il y a 10 ans
  Aymeric Augustin 934400759d Guaranteed removal of temporary files during tests. il y a 10 ans
  Michael Angeletti ea3168dc6c Fixed #24376 -- added verbose_name arg to UUIDField il y a 10 ans
  Marc Tamlyn 4755f8fc25 Fixed #24343 -- Ensure db converters are used for foreign keys. il y a 10 ans
  Simon Charette 9239f1dda7 Refs #24215 -- Prevented pending lookup pollution by abstract models. il y a 10 ans
  Collin Anderson db77915c9f Fixed E265 comment style il y a 10 ans
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. il y a 10 ans
  Tim Graham 33457cd3b0 Removed IPAddressField per deprecation timeline; refs #20439. il y a 10 ans
  Michał Modzelewski ee86e59051 Refs #2443 -- Allowed creation of objects with NULL DurationFields il y a 10 ans