cmsmanage/tasks
Adam Goldsmith cf6bf97e45 Only use implicit AutoFields for primary keys
django really doesn't handle updating PKs well, so don't bother.

Reset migrations, because I don't really have enough data for it to be
worth the effort to migrate
2021-05-19 14:06:45 -04:00
..
management/commands Add a command to import a user from LDAP 2021-05-15 13:27:43 -04:00
migrations Only use implicit AutoFields for primary keys 2021-05-19 14:06:45 -04:00
templates/tasks Add relative representation of dates in task listings 2021-05-14 22:09:02 -04:00
__init__.py Initial Commit 2020-12-03 12:31:39 -05:00
admin.py Don't show extra rows for admin inlines 2021-05-14 22:56:46 -04:00
apps.py Initial Commit 2020-12-03 12:31:39 -05:00
forms.py Don't allow non-staff users to impersonate other users in event form 2020-12-26 19:24:16 -05:00
models.py Only use implicit AutoFields for primary keys 2021-05-19 14:06:45 -04:00
tests.py Initial Commit 2020-12-03 12:31:39 -05:00
urls.py Initial Commit 2020-12-03 12:31:39 -05:00
views.py Set event form initial values in init instead of constructor arguments 2020-12-24 15:30:45 -05:00