miércoles, 2 de septiembre de 2020 a las 11:31:07 UTC-4, Lorenzo Peña
escribió:
> Apologies for the lazy version. Let me elaborate a bit more :)
>
> From what I read, the blocker last time was a lack of a clear path in how
> to handle a "file already exists" type of error. [1]
&g
e’s more chance of positive input that way. 🙂
>
> Kind Regards,
>
> Carlton
>
>
> On 2 Sep 2020, at 16:59, Lorenzo Peña wrote:
>
> Hi everyone!
>
> About providing an interface 'copy' method for file storages, is this
> still no-go as of 2020?
>
>
Hi everyone!
About providing an interface 'copy' method for file storages, is this still
no-go as of 2020?
Background reading:
- https://github.com/jschneier/django-storages/issues/428
- https://code.djangoproject.com/ticket/20488
- https://github.com/django/django/pull/4244
Thanks!
--
You re
See if this solves part of the problem
https://github.com/lorinkoz/django-unmigrate
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an
; (so it could be stored as an attribute on SessionStore and thereby
> available in create_model_instance()). Backwards compatibility would be
> non-trivial and coupling the session store to the request seems unnecessary.
>
> On Wednesday, April 15, 2020 at 5:38:18 PM UTC-4, Lorenzo
> On Wednesday, April 15, 2020 at 11:50:13 AM UTC-4, Lorenzo Peña wrote:
>>
>> Now, in order to follow the path suggested in the Django documentation
>> for overriding database backed sessions, some of the data one might need to
>> store in the session model is coming f
On Wednesday, April 15, 2020 at 11:50:13 AM UTC-4, Lorenzo Peña wrote:
>>
>> Now, in order to follow the path suggested in the Django documentation
>> for overriding database backed sessions, some of the data one might need to
>> store in the session model is coming from th
Now, in order to follow the path suggested in the Django documentation for
overriding database backed sessions, some of the data one might need to
store in the session model is coming from the request, and Django is not
passing the request when instantiating the session store.
Do you think ther
Thanks Adam, looks like the link you posted covers it all.
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-develope
Hello fellows!
Has there ever been any discussion about making the Session model from
django.contrib.sessions a swappable model? Sometimes it's required to
enhance the session model in order to track more information. There are
alternatives like django-user-sessions, but replacing the contrib s
Hello everyone!
I know there must be a good reason to have managers outside of models and
having the current rules for "manager inheritance" upon abstract/concrete
model inheritance. However, there are legitimate cases where you want to
use manager mixins (very much like model mixins) in order
11 matches
Mail list logo