chapeau/django_kepi
Marnanel Thurman 6e63dcdeab Actor's "name" is a URLField, not a CharField.
The identifying URL is the only information we can be sure we have.

ThingUser's "name" field is modified similarly.

get_or_make() method is added to Actor.

ThingUser's as_activity() method is renamed to serialize() for consistency.
2018-08-29 20:21:39 +01:00
..
fixtures one-to-one links from ActivityObject 2018-08-12 14:06:26 +01:00
migrations RequestingAccess model 2018-08-28 14:22:45 +01:00
__init__.py some models added to the admin console; also, version bump to 0.0.9 2018-08-28 22:29:11 +01:00
admin.py some models added to the admin console; also, version bump to 0.0.9 2018-08-28 22:29:11 +01:00
apps.py django-kepi -> django_kepi, what was I thinking 2018-08-07 16:34:36 +01:00
collections.py django-kepi -> django_kepi, what was I thinking 2018-08-07 16:34:36 +01:00
models.py Actor's "name" is a URLField, not a CharField. 2018-08-29 20:21:39 +01:00
serializers.py a very basic sketch 2018-08-11 17:01:54 +01:00
views.py make_query_page() and render() become methods of ActivityObjectView; 2018-08-28 13:16:07 +01:00