Changes between Version 1 and Version 3 of Ticket #32967


Ignore:
Timestamp:
Jul 27, 2021, 5:26:44 PM (3 years ago)
Author:
Steven Jin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32967

    • Property Summary Buggy Migrations when `flota("nan")` in `Q` objectsBuggy Migrations when `float("nan")` in `Q` objects
    • Property Cc Steven Jin added
    • Property Has patch set
    • Property Resolutionfixed
    • Property Status assignedclosed
  • Ticket #32967 – Description

    v1 v3  
    99
    1010This constraint is removed and added back every time `python manage.py makemigrations` is run. This is because the inherited `__eq__` function of `Q` objects does not take into account the fact that `float("nan") != float("nan")`.
     11
     12See PR: https://github.com/django/django/pull/14706
Back to Top