there any sensible way to work around that?
On Saturday, January 22, 2022 at 9:37:34 AM UTC-5 Jason wrote:
>
> yes, this is answered at https://stackoverflow.com/a/32171651
> On Saturday, January 22, 2022 at 8:07:09 AM UTC-5 Noemi Millman wrote:
>
>> Hi folks --
>>
>> L
e B's views?
thanks,
-Noemi
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To view this discussion on
uld be to make the change
incrementally (a few fields at a time) instead of all at once; but that
doesn't seem possible, since USE_TZ is a globally-applicable setting.
Has anyone made a change like this before, and can you recommend any
tactics to de-risk the conversion?
Thanks!
Noemi
--
You
tly make the queries for the related objects
like so?
for book in Book.objects.using('source_db').all():
author = Author.objects.using('source_db').get(id=book.author_id)
do_stuff(author)
Thanks for your help!
-Noemi
--
You received this message because you are subs
odels (e.g. django-nonrel
with the MongoDB adapter). Has anyone come across an admin panel that
offers an easy way to handle relationships across the two data stores?
Thanks!
-Noemi
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To u
5 matches
Mail list logo