typonaut
typonaut
What is the purpose of the "E-mail Check Interval" in the admin interface, given that it seems not to function and the the docs indicate to run "…/mange.py get_email" on...
When using the supplied sample project I can create new events, but attempting to edit or delete occurrences results in the following error: ``` 'NoneType' object has no attribute 'event'...
I have tried using ```django-shortuuidfield``` on a model, however when searched for the results are case insensitive, ie "9mgReChsS7kNmyTvRUYKtp" is the same as "9mgReChsS7kNmyTvRUYKtP". This effectively changes the ```base-57``` encoding...
Just found your Intel builds of TenFourFox. Super! The PPC builds under Rosetta seem to get slower and s-l-o-w-e-r. Just wondering why you are building on FPR7, where TenFourFox PPC...
Updated .get_search_query() to deliver a list via .getlist() rather than a string via .get() in order to accomodate multiple values of 'q', for example from forms.MultipleChoiceField() and/or forms.CheckboxSelectMultiple widget. Updated...
It seems to me that if you are going to have a SearchableListMixin, then that Mixin should also deal with any form input required for the search. ie there should...
Which view should one use if one wants to create forms/formsets that are not attached to models, ie something like ```CreateWithInlinesView``` with associated ```InlineFormsetFactory``` where there are no models? Or,...
Rewrite of demo app to incorporate allauth
When deleting an image from an item listing the image is not deleted from the media root – when using a local media folder (i.e. 127.0.0.1:8000/media/) and runserver.
I am uploading images, and rather than create thumbnails dynamically via a template tag, I want to create the necessary thumbnails when the upload is done. This should essentially mirror...