Closed xkb closed 9 years ago
Too many dd's. I added the author URL back in PR 203.
@KarimBaaba the integration tests only work if we're running their server locally. There are too many conditions that they impose to test against their production server. I think changing the CachedAuthor to a charfield is the best bet.
This has been since dealt with, thanks for hunting this down @KarimBaaba.
/authors
by removing the url completely.I'm assuming the rest of integration test failures are still normal?
The hyphenation in CachedAuthor renders the front end completely unusable. Various methods are sending different formats of the same id.
I understand that we need it to get other teams crap working but there must be a better solution.
Possible Solution: Change the
id
field inCachedAuthor
to aCharField
. CachedAuthor instances are only created from existing authors or foreign authors. We don't need auto generation orUUIDField
formatting.This would also enable us to integrate with other teams that don't use uuids and as long their ids are unique.