moviewyrm/bookwyrm/models
Mouse Reeve 31a407d74a Use name field only for author name
It feels janky to remove a more granular name designation, but all these
first/last name fields were algorithmically populated by a dubious
process of splitting the name by a space character. If it makes sense to
have first/last name fields, it should be re-added with some
consideration.
2020-12-12 09:53:21 -08:00
..
__init__.py Updates to_model to use fields 2020-12-03 12:35:57 -08:00
attachment.py Starts getting reverse fields working for deserialization 2020-12-07 18:28:42 -08:00
author.py Use name field only for author name 2020-12-12 09:53:21 -08:00
base_model.py Starts getting reverse fields working for deserialization 2020-12-07 18:28:42 -08:00
book.py Starts getting reverse fields working for deserialization 2020-12-07 18:28:42 -08:00
connector.py Show federated servers and connectors in admin 2020-10-31 12:45:39 -07:00
federated_server.py Renames bookwyrm base model 2020-09-21 08:16:34 -07:00
fields.py Removes unnecessary override of field_from_activity on foreign key 2020-12-09 13:35:36 -08:00
import_job.py Replace naive datetimes with aware ones 2020-11-27 16:35:03 -08:00
relationship.py avoid naming clash is to_activity for field vs model 2020-11-30 14:54:45 -08:00
shelf.py avoid naming clash is to_activity for field vs model 2020-11-30 14:54:45 -08:00
site.py Expand site settings and add footer 2020-12-11 12:31:02 -08:00
status.py Starts getting reverse fields working for deserialization 2020-12-07 18:28:42 -08:00
tag.py cleans up ordered collection mixin 2020-11-30 19:24:31 -08:00
user.py Starts getting reverse fields working for deserialization 2020-12-07 18:28:42 -08:00