https://bugs.gpodder.org/show_bug.cgi?id=785
--- Comment #5 from Stefan Kögl <[email protected]> 2010-01-27 18:37:46 GMT --- I think you should be able to do the first part (undeleting an device when its accessed for updating via the api) anyway. The second part: When a user queries the subscription list for a device that doesn't exist, a 404 is returned. The same should happen if the device exists but is deleted. Imho this should be as simple as using Device.objects.get() with an additional parameter deleted=False. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
