Histórico de Commits

Autor SHA1 Mensagem Data
  Clément Escolano cac94dd8aa Fixed #33651 -- Added support for prefetching GenericForeignKey. há 1 ano atrás
  Gregor Gärtner f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). há 2 anos atrás
  David Wobrock 806e9e2d0d Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved instances. há 2 anos atrás
  Allen Jonathan David 1058fc7023 Fixed #33191 -- Avoided clearing cached reference when saving child after parent. há 2 anos atrás
  Albert Defler 7ba6ebe914 Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many relations for unsaved instances. há 3 anos atrás
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. há 3 anos atrás
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. há 3 anos atrás
  Hasan Ramezani 7cba92ec55 Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child after parent. há 4 anos atrás
  Nick Pope 477c800443 Changed docs and a code comment to use gender-neutral pronouns. há 4 anos atrás
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. há 4 anos atrás
  Simon Charette 94f63b926f Refs #31395 -- Relied on setUpTestData() test data isolation in various tests. há 6 anos atrás
  Carlton Gibson a34cb5a6d4 Refs #31282 -- Clarified M2O add/remove/set with PK behaviour. há 5 anos atrás
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. há 5 anos atrás
  Nick Pope 194d1dfc18 Fixed #30661 -- Added models.SmallAutoField. há 5 anos atrás
  Jon Dufresne 4122d9d3f1 Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when using attnames. há 5 anos atrás
  Jon Dufresne 619c9a4f49 Added tests for using attnames to assign OneToOne and Foreign Key fields. há 5 anos atrás
  Rob 519016e5f2 Fixed #28147 -- Fixed loss of assigned parent when saving child after parent. há 5 anos atrás
  Rob 266e7e0ecc Refs #28147 -- Added test for saving nullable ForeignKey with to_field attribute after saving parent. há 5 anos atrás
  Simon Charette 75dfa92a05 Fixed #29908 -- Fixed setting of foreign key after related set access if ForeignKey uses to_field. há 6 anos atrás
  Tim Graham f77fc56c96 Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for foreign keys that use to_field. há 6 anos atrás
  Paulo ee49306176 Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment. há 7 anos atrás
  Дилян Палаузов 6c0042430e Fixed #28776 -- Fixed a/an/and typos in docs and comments. há 7 anos atrás
  Paulo bfb746f983 Refs #16043 -- Refactored internal fields value cache. há 8 anos atrás
  Mads Jensen a51c4de194 Used assertRaisesMessage() to test Django's error messages. há 7 anos atrás
  Collin Anderson a19b373d89 Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequenceEqual(). há 8 anos atrás
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases há 8 anos atrás
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. há 8 anos atrás
  Tim Graham 631f4ab061 Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future. há 8 anos atrás
  Tim Graham ed251246cc Refs #25550 -- Removed support for direct assignment to the reverse side of a related set. há 8 anos atrás
  Tim Graham b5f0b3478d Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. há 8 anos atrás