Re: Transaction APIs do not consult the DB router to choose DB connection

2022-06-12 Thread AJAY
Hi , I guess I was facing similar issue like Aditya and while searching landed on this page. By following that is available to us (passing using in transaction apis and router for ORM) definitely we got the results we were expecting but my point is overhead of writing it. In my understanding

Django inlineformset autocomplete and autopopulate by ajax

2015-02-11 Thread Ajay Kumar
I'm trying to do this following link feature in django, http://demo.smarttutorials.net/jquery-autocomplete/ Here by choosing country the rest of the fields will be auto populated, like this i'm trying to achieve in django, If any idea pls tell me it will be very great for me This is Product ta