--
Ticket URL: <https://code.djangoproject.com/ticket/18638>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => dhatch
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:2>
* needs_docs: => 0
* needs_tests: => 0
* needs_better_patch: => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:1>
* cc: dhatch (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:3>
* owner: dhatch => nobody
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:4>
* status: new => closed
* resolution: => worksforme
Comment:
You're seeing the expected behavior. You'd need to call `tag.save()`.
The API for 1-to-1 relationships isn't totally symmetrical -- after all it
isn't at the SQL level.
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:5>
* needs_better_patch: 1 => 0
* has_patch: 1 => 0
* resolution: worksforme => wontfix
* type: Bug => New feature
Comment:
#32056 was closed as a duplicate, we can treat this as a request for a new
feature.
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:6>
Comment (by Mariusz Felisiak):
#34433 was closed as a duplicate.
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:7>
Comment (by NKSM):
Replying to [comment:5 Aymeric Augustin]:
> You're seeing the expected behavior. You'd need to call `tag.save()`.
>
> The API for 1-to-1 relationships isn't totally symmetrical -- after all
it isn't at the SQL level.
This should be documented here:
https://docs.djangoproject.com/en/dev/topics/db/examples/one_to_one/.
The way it is now described is confusing.
--
Ticket URL: <https://code.djangoproject.com/ticket/18638#comment:8>