Re: django-admin-autocomplete-filter

2022-02-09 Thread Kenedi Novriansyah
gt; Need updates from MERN >>> >>> On Wed, 9 Feb 2022, 19:21 Dilja E G, wrote: >>> >>>> How to add django-admin-autocomplete-filter ? in my django filtter? >>>> >>>> -- >>>> You received this message because you are subscribed to the Go

Re: django-admin-autocomplete-filter

2022-02-09 Thread Kenedi Novriansyah
KwKG1/file.html > > On Wed, Feb 9, 2022 at 9:06 PM DUSHYANT SINGH > wrote: > >> Need updates from MERN >> >> On Wed, 9 Feb 2022, 19:21 Dilja E G, wrote: >> >>> How to add django-admin-autocomplete-filter ? in my django filtter? >>> >>

Re: django-admin-autocomplete-filter

2022-02-09 Thread Kenedi Novriansyah
https://www45.zippyshare.com/v/07OKwKG1/file.html On Wed, Feb 9, 2022 at 9:06 PM DUSHYANT SINGH wrote: > Need updates from MERN > > On Wed, 9 Feb 2022, 19:21 Dilja E G, wrote: > >> How to add django-admin-autocomplete-filter ? in my django filtter? >> >> -- >&g

Re: django-admin-autocomplete-filter

2022-02-09 Thread DUSHYANT SINGH
Need updates from MERN On Wed, 9 Feb 2022, 19:21 Dilja E G, wrote: > How to add django-admin-autocomplete-filter ? in my django filtter? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from t

django-admin-autocomplete-filter

2022-02-09 Thread Dilja E G
How to add django-admin-autocomplete-filter ? in my django filtter? -- 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...@google

Re: autocomplete django in visual studio code

2020-06-10 Thread Miracle
I think using "Jedi" as IntelliSense engine would solve the problem. You can also get more template and django specific snippets and auto completion using the "django" extension from the marketplace. On Wed, 10 Jun 2020, 3:23 am THAKUR SINGH, wrote: > INSTALL WINDOWS 10 THEN INSTALL YOUR SOFTW

autocomplete django in visual studio code

2020-06-09 Thread THAKUR SINGH
INSTALL WINDOWS 10 THEN INSTALL YOUR SOFTWARES -- 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 discussio

autocomplete django in visual studio code

2020-06-09 Thread cosmos multi
I am having a problem and it is that since I have a new laptop I reinstalled arch linux and visual studio code, but when I reinstalled the software the visual studio code autocomplete for django does not work for me, for python it does without problems but When working with django, the

Re: django templates stop to working html autocomplete

2020-05-07 Thread Carson
What do you want to autocomplete but not? If you use Python as the main language, It so recommends that you convert IDE to PyCharm. Eren ARTUÇ於 2020年5月8日星期五 UTC+8上午7時09分18秒寫道: > > hello everyone, > > Im using Vs.Code. When i enabled to django templates, my HTML autocomlete >

django templates stop to working html autocomplete

2020-05-07 Thread Eren ARTUÇ
hello everyone, Im using Vs.Code. When i enabled to django templates, my HTML autocomlete doesnt work. i want to work Python and HTML at the same time. How can i solve this problem ? Do you have any idea ? -- You received this message because you are subscribed to the Google Groups "Django u

django-autocomplete id of the element

2019-11-01 Thread Nijo Joseph
Hi All, In Django autocomplete how to get the id of the element to use in jquery script. With regards, Nijo -- 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, sen

Re: Rest framework autocomplete

2019-08-20 Thread Andréas Kühne
. Then you need to connect to the backend with javascript and >> populating the results by adding to the dom. >> >> Here is something that is more or less what you want to do - however you >> need the backend code to get this to work: >> >> https://blog.tea

Re: Rest framework autocomplete

2019-08-20 Thread Soumen Khatua
the backend with javascript and > populating the results by adding to the dom. > > Here is something that is more or less what you want to do - however you > need the backend code to get this to work: > > https://blog.teamtreehouse.com/creating-autocomplete-dropdowns-datalist-ele

Re: Rest framework autocomplete

2019-08-20 Thread Andréas Kühne
this to work: https://blog.teamtreehouse.com/creating-autocomplete-dropdowns-datalist-element Regards, Andréas Den tis 20 aug. 2019 kl 10:15 skrev Soumen Khatua : > Suppose If I'll type 'A' and database contains some sentences as an > example AABC, ABC, BCA.It should sugges

Re: Rest framework autocomplete

2019-08-20 Thread Soumen Khatua
>>> >>>> You need to use these both: >>>> >>>> 1.Filter: https://www.django-rest-framework.org/api-guide/filtering/ >>>> 2.Pagination: >>>> https://www.django-rest-framework.org/api-guide/pagination/ >>>> >&

Re: Rest framework autocomplete

2019-08-20 Thread DANIEL URBANO DE LA RUA
t;> https://www.django-rest-framework.org/api-guide/pagination/ >>> >>> On Tue, Aug 20, 2019 at 9:45 AM Soumen Khatua >>> wrote: >>> >>>> Hi guys, >>>> I want to implement autocomplete options like if someone type 'a' if >

Re: Rest framework autocomplete

2019-08-20 Thread Andréas Kühne
.org/api-guide/filtering/ >> 2.Pagination: https://www.django-rest-framework.org/api-guide/pagination/ >> >> On Tue, Aug 20, 2019 at 9:45 AM Soumen Khatua >> wrote: >> >>> Hi guys, >>> I want to implement autocomplete options like if someone t

Re: Rest framework autocomplete

2019-08-19 Thread Soumen Khatua
k.org/api-guide/filtering/ > 2.Pagination: https://www.django-rest-framework.org/api-guide/pagination/ > > On Tue, Aug 20, 2019 at 9:45 AM Soumen Khatua > wrote: > >> Hi guys, >> I want to implement autocomplete options like if someone type 'a' if it >> i

Re: Rest framework autocomplete

2019-08-19 Thread Abu Yusuf
You need to use these both: 1.Filter: https://www.django-rest-framework.org/api-guide/filtering/ 2.Pagination: https://www.django-rest-framework.org/api-guide/pagination/ On Tue, Aug 20, 2019 at 9:45 AM Soumen Khatua wrote: > Hi guys, > I want to implement autocomplete options like if s

Rest framework autocomplete

2019-08-19 Thread Soumen Khatua
Hi guys, I want to implement autocomplete options like if someone type 'a' if it is contains in between any data it should provide the suggestion of the matched words. Then it will return first 25 matched data, how I can do that by using django rest framework. Please help me with s

Django Admin autocomplete with diacritic support (transliteration / accent support)

2019-07-15 Thread Alex Scott
Hello, I'm using the built-in autocomplete for my admin section which I believe uses the Select2 <https://select2.org/> package. In the documentation of Select2 <https://select2.org/i18n#transliteration-support-diacritics>, it says diacritic-modified letters will be tran

Kite's AI Autocomplete for Python, now on Linux

2019-05-02 Thread brendan
After years of development and a whole lot of anticipation, Kite is now available on Linux! You can download it for free at kite.com/linux. Kite helps Python developers be more productive with its Line-of-Code Completions, and integrates as a plugin into PyCharm, IntelliJ, VS Code, Atom, Subl

Re: Django-Autocomplete-light Styling Input Box

2018-07-10 Thread Melvyn Sopacua
On dinsdag 10 juli 2018 15:24:16 CEST umar...@gmail.com wrote: > But now I'm not able to change the input box create by autocomplete-light. > I've seen we can create ours custom html base on the receive data from the > database but is there a way to just use the default Html

Django-Autocomplete-light Styling Input Box

2018-07-10 Thread umarcja
Hi, this is my first post, please tell me if anything is wrong with the way I wrote question. I am actually learning Django and I'm facing a little problem. I've install a Postgres Database on my PC and link this Database to my Django Project. I've install django-autocomplete-

Re: django autocomplete light

2018-03-31 Thread Gerald Brown
Have a look at this article: https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html It might do what you are trying to do. There are also a lot of other posts about Django on this site. On Saturday, September 16, 2017 at

Django 2 autocomplete

2018-03-31 Thread Gerald Brown
Greetings: Has anyone used the new Django2 autocomplete function? If so do you know of any tutorials or samples on how to set it up? Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: autocomplete

2018-02-27 Thread Maurizio B.
Django-autocomplete-light is probably your best option. We have used it in a couple of projects and it's customisable to a certain extent, and well maintained. On Monday, February 26, 2018 at 6:55:15 PM UTC+1, Mafabi Emmanuel wrote: > > how do i design an autocomplete in

Re: autocomplete

2018-02-27 Thread Andy
for any more complicated admin autocompletes or stuff in the frontend use djang-select2 Am Montag, 26. Februar 2018 18:55:15 UTC+1 schrieb Mafabi Emmanuel: > > how do i design an autocomplete in django 2.0 > > > -- You received this message because you are subscribed to th

Re: autocomplete

2018-02-26 Thread carlos
Hi django 2 ready autocomplete in admin https://docs.djangoproject.com/en/2.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields regards. On Mon, Feb 26, 2018 at 12:05 PM, Kasper Laudrup wrote: > Hi Mafabi, > > On 2018-02-26 15:51, Mafabi Emmanuel wrote: >

Re: autocomplete

2018-02-26 Thread Kasper Laudrup
Hi Mafabi, On 2018-02-26 15:51, Mafabi Emmanuel wrote: how do i design an autocomplete in django 2.0 This was the first hit on a Google search: https://django-autocomplete-light.readthedocs.io/en/master/ I don't have any experience with it though, but at least there seems to be qu

autocomplete

2018-02-26 Thread Mafabi Emmanuel
how do i design an autocomplete in django 2.0 -- 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 post to

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-26 Thread Sajid Samsad
Could you kindly suggest me some autocomplete library which I can use for my Django Project? My deadline is coming fast and furiously and I have already spent too much time on this autocomplete library `Select2`. -- You received this message because you are subscribed to the Google Groups

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-26 Thread Jason
looks like something you should go to the select2 github issue tracker for, since this is not a django issue. In the meantime, try using the unminified version of select2, would be a more relevant stack trace for you to look through the errors without the transformed names. -- You received

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-26 Thread Sajid Samsad
> > I actually didn't understand your question. > > > I have posted the codes above. > > > Could you kindly take a look if it's anything with the code?your question. > > I actually didn't understand your question. I have posted the codes above. Could you kindly take a look if it's to anyt

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-26 Thread Jason
As you can see at https://select2.org/data-sources/ajax#jquery-ajax-options, ajax parameters are passed to a jquery method. So do you have a

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-26 Thread Sajid Samsad
> > Well when I write something in the search options, I got this error: > > But I didn't write the js. It is from select2. And if the request is not hit then what shoul

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-26 Thread Jason
That;s not quite what I mean See above, there's a XHR (ajax) request going to reddit and you can see the headers of the reque

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-25 Thread Sajid Samsad
> > To @Jason > > 1) Yeah. I used the url from the browser and it worked. Actually the whole url is localhost:8000//api.alif-marine.com/search/products?q=product_name As ?q=whatever I type is supposed to be added by javascript so when I am manually doing this from my browser, I am using the abo

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-25 Thread Sajid Samsad
On Monday, December 25, 2017 at 8:51:46 PM UTC+6, Sajid Samsad wrote: > > > In my Django project, I have a Search field. I used Select2 autocomplete with > it. I needed to fetch the product_list from my Product model. So I created a > rest API that returns the product in json fo

Re: Using Select2 autocomplete with Django project does not work while fetching the data

2017-12-25 Thread Jason
Couple questions: Do you see the request going from the browser to the server and back? Not using postman, but your browser dev tools network tab you have just a `/` at your ajax url. Shouldn't this be `//` for protocol-agnostic? -- You received this message because you are subscribed to t

Custom HTML Template for Django 2.0 Autocomplete Widget

2017-12-14 Thread Da CodeKid
Is it possible to create a custom HTML Template, like Django-Autocomplete-Lite does by passing '*data-html:True*' attribute and overriding it's '*get_default_label*' method? -- You received this message because you are subscribed to the Google Groups "Django use

Re: Autocomplete

2017-09-21 Thread Mitul Tyagi
PM, Mitul Tyagi > wrote: > > Any help for this...Need to create new fields in case no match works for > > autocomplete > > > > > > On Tuesday, September 19, 2017 at 1:37:29 AM UTC+5:30, Mitul Tyagi > wrote: > >> > >> How to use creat

Re: Autocomplete

2017-09-21 Thread Melvyn Sopacua
What is City1Autocomplete? Show that code, specifically what it inherits from. On Tue, Sep 19, 2017 at 7:58 PM, Mitul Tyagi wrote: > Any help for this...Need to create new fields in case no match works for > autocomplete > > > On Tuesday, September 19, 2017 at 1:37:29 AM

Re: Autocomplete

2017-09-19 Thread Mitul Tyagi
Any help for this...Need to create new fields in case no match works for autocomplete On Tuesday, September 19, 2017 at 1:37:29 AM UTC+5:30, Mitul Tyagi wrote: > > How to use create_field in django autocomplete. As per the doc > http://django-autocomplete-light.readthedocs.io/

Autocomplete

2017-09-18 Thread Mitul Tyagi
How to use create_field in django autocomplete. As per the doc http://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#creation-of-new-choices-in-the-autocomplete-form I am getting an error while doing so... " TypeError: City1Autocomplete() received an invalid ke

Re: Autocomplete in Django

2017-09-18 Thread Melvyn Sopacua
Then you need to learn Ajax. You can't do dynamic forms like this and not use Ajax. I linked django-autocomplete-light for a reason: if you follow the docs and use it, you can build things you need without knowing Ajax. However, if it doesn't work or is creating problems because of

Re: Autocomplete in Django

2017-09-17 Thread Mreno sert
Thanks for the help...but I do not know ajax. Is there anything simpler like I heard about "create-field" option. Tried it , but not getting it done correctly. On Sunday, September 17, 2017 at 3:00:14 PM UTC+5:30, Andréas Kühne wrote: > > That really depends on how you want it to work? > > I wou

Re: Autocomplete in Django

2017-09-17 Thread Melvyn Sopacua
In particular, you need to override the ModelChoiceField that a ModelForm creates automatically and replace it with a field that is not based on ChoiceField at all or skips it's validation method (like https://github.com/yourlabs/django-autocomplete-light/blob/master/src/dal_select2/fields.p

Re: django autocomplete light

2017-09-17 Thread Roman Akopov
Hi, you probably need to filter results based on the value of other fields in the form http://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#filtering-results-based-on-the-value-of-other-fields-in-the-form On Saturday, September 16, 2017 at 3:24:48 PM UTC+4, Ahmet Muazim Tunç

Re: Autocomplete in Django

2017-09-17 Thread Jani Tiainen
Hi. Besides the way Andréas described, there exist autocomplete fields that can accept arbitrary input you can send to backend without having to create special add phase. Adding such functionality of course requires a custom field that can add nonexisting values to database. 17.9.2017 7.40

Re: Autocomplete in Django

2017-09-17 Thread Andréas Kühne
That really depends on how you want it to work? I would probably add an item on the dropdown that shows the current items in the database, with "Add city". If the user presses that you can have an AJAX call that adds the item to the database. Regards, Andréas 2017-09-17 6:23 GMT+02:00 Mreno ser

Autocomplete in Django

2017-09-16 Thread Mreno sert
I have a small app in which I have form for taking 5 inputs as City1, City2,City3,City4 and City5 as the fields. I have written a code for auto completing it but A user can not enter the new fields. Only existing values can be used. How can I make it to accept a new field if not present in the

Re: django autocomplete light

2017-09-16 Thread Ryan Nowakowski
If all dropdowns are on the same page, you probably need to create some views that return json, then hit those views with ajax. On September 15, 2017 9:25:42 PM CDT, "Ahmet Muazim Tunç" wrote: >I want to make two or three dropdown menus which are dependent on each >other. It's Country, City dr

django autocomplete light

2017-09-16 Thread Ahmet Muazim Tunç
I want to make two or three dropdown menus which are dependent on each other. It's Country, City dropdown menus and when Country is selected City dropdown menu has to be filled with proper cities. How can I make this? I have the data, installed the django-cities-light app and filled my db with t

Django module for a tag input field on a user form, with autocomplete & automatic adding new tags?

2017-02-25 Thread Mark London
I want to have a django form that has a field that allows inputting tags, with autocomplete functionality, and the ability to automatically add new tags. I was using django-tagulous for this, until I discovered that pasting a series of 3 or more comma delimited strings, would cause the

Re: Autocomplete for Admin search field

2016-06-08 Thread Derek
I have not done this; but I think you would need to overwrite the default Django template and add in a special widget (such as the django-autocomplete- light one). Bear in mind you'd also need to handling searching across multiple fields. On Wednesday, 8 June 2016 14:08:54 UTC+2, Алек

Autocomplete for Admin search field

2016-06-08 Thread Александр Жидовленко
Could search_field in Django Admin has autocomplete? http://dl2.joxi.net/drive/2016/06/08/0001/1889/128865/65/95babc09ea.jpg In my case I want to type name of product and to see autocomplete list of products. I found django-autocomplete-light but it uses autocomlete only on change_list pages

Re: Disable autocomplete in admin field

2015-11-13 Thread Erik Cederstrand
ad, in the DRY spirit, I opted to just add > this one extra attribute. Here's the relevant code: > > class MyAdminForm(forms.ModelForm): >def __init__(self, *args, **kwargs): >super().__init__(*args, **kwargs) >self.fields['username'].widget.attr

Re: Disable autocomplete in admin field

2015-11-12 Thread Ezequiel Bertti
= super(EmpresaAdmin, self).get_form(request, obj, **kwargs) form.fields['username'].widget.attrs['autocomplete'] = 'off' return form On Thu, Nov 12, 2015 at 11:41 AM, Erik Cederstrand < erik+li...@cederstrand.dk> wrote: > Hi Ezequeil, > > Thanks f

Re: Disable autocomplete in admin field

2015-11-12 Thread Erik Cederstrand
code: class MyAdminForm(forms.ModelForm): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.fields['username'].widget.attrs['autocomplete'] = 'off' Erik > Den 12. nov. 2015 kl. 13.33 skrev Ezequiel Bertti : > >

Re: Disable autocomplete in admin field

2015-11-12 Thread Ezequiel Bertti
In html: Um django you need to create a form for your model and set a field to username. In this field, set a widget like this: username = forms.CharField(widget=forms.TextInput(attrs={'autocomplete': 'off'})) Now you set a form on your model admin, like

Disable autocomplete in admin field

2015-11-12 Thread Erik Cederstrand
Hello, I have a model with a CharField named "username". When I edit a model instance in the admin, my browser likes to autocomplete the contents of the "username" field with my username for the Django site, regardless of what was entered previously. Is there anything I ca

Django inlineformset autocomplete and autopopulate by ajax

2015-02-12 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

Re: Whoosh autocomplete search logging for future analysis

2014-11-08 Thread James Schneider
gt; function to write a record in the database with the query, and probably the >> results, although probably not advisable on heavily trafficked sites or if >> large result sets are common. >> >> -James >> On Nov 7, 2014 9:05 AM, "Radek Svarz" wrote: >> &

Re: Whoosh autocomplete search logging for future analysis

2014-11-08 Thread Radek Svarz
adek Svarz" > > wrote: > >> Hi, >> >> what is the best practice to setup the logging of search autocomplete >> logging for future analysis? >> >> When using Whoosh as a search engine and django. >> >> The search is searching within

Re: Whoosh autocomplete search logging for future analysis

2014-11-08 Thread James Schneider
h the query, and probably the results, although probably not advisable on heavily trafficked sites or if large result sets are common. -James On Nov 7, 2014 9:05 AM, "Radek Svarz" wrote: > Hi, > > what is the best practice to setup the logging of search autocomplete > logging fo

Whoosh autocomplete search logging for future analysis

2014-11-07 Thread Radek Svarz
Hi, what is the best practice to setup the logging of search autocomplete logging for future analysis? When using Whoosh as a search engine and django. The search is searching within hundred thousands of product names. We want to get the insight on typos and typical name abbreviations. The

Re: Suggestions on autocomplete solutions for non-model forms not in the admin

2014-09-29 Thread Collin Anderson
It might be simplest to write all your own code. It could be easier to debug and you'll have full control of the situation. -- 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 a

Suggestions on autocomplete solutions for non-model forms not in the admin

2014-09-26 Thread Tiago Almeida
Hi, I'd like to implement an autocomplete functionality for a text field that is defined via a normal form class (forms.Form, not a ModelForm) and rendered automatically via cryspy-forms (although this is not a requirement). Autocomplete suggestions should have some kind of template (not s

Re: Formsets, adding new forms and autocomplete/ajax selects

2014-05-28 Thread Sanjay Bhangar
multiple formsets of on the fly. > > Each of those formsets has another FK to a model with a very large > dataset, so I would also like to implement some sort of > autocomplete/ajax/select2/typeahead solution to prevent an unusably > large select > I had two additional extras :):

Formsets, adding new forms and autocomplete/ajax selects

2014-05-27 Thread Lachlan Musicman
me sort of autocomplete/ajax/select2/typeahead solution to prevent an unusably large select Here is my basic set up. models.py class PartNumber(models.Model): name = models.CharField("Description", max_length=100) supplier_part_number = models.CharField(max_length=30

Re: Jquery Ajax Autocomplete

2014-01-14 Thread Erik Cederstrand
Den 14/01/2014 kl. 15.22 skrev Ali Hayder : > Hello > Timothy W. Cook > Thanks for your quick answere. I followed your link > "http://flaviusim.com/blog/AJAX-Autocomplete-Search-with-Django-and-jQuery/";. > It's not working. I am providing you the mozilla firef

Re: Jquery Ajax Autocomplete

2014-01-14 Thread Timothy W. Cook
I followed your link " > http://flaviusim.com/blog/AJAX-Autocomplete-Search-with-Django-and-jQuery/";. > It's not working. I am providing you the mozilla firefox debug screenshot. > Please help me. > >> > > -- > You received this message because you ar

Re: Jquery Ajax Autocomplete

2014-01-14 Thread megaBos
Have a look at django selectable http://django-selectable.readthedocs.org/en/v0.7.X/ -- 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...@go

Re: Jquery Ajax Autocomplete

2014-01-14 Thread Timothy W. Cook
Okay, take a breath. The world will still be here tomorrow. :-) Then take a look here: http://flaviusim.com/blog/AJAX-Autocomplete-Search-with-Django-and-jQuery/ On Tue, Jan 14, 2014 at 9:37 AM, Ali Hayder wrote: > Hello guys, > In my project's home page I have two forms fo

Jquery Ajax Autocomplete

2014-01-14 Thread Ali Hayder
Hello guys, In my project's home page I have two forms for input two mobiles name for comparison. So I need to integrate ajax autocomplete in those input forms. I tried according to "Mike Hibbert" youtube tutorial. I am freaking out about this issue. I have not enough

Re: Django tables 2 with django-autocomplete-light

2013-11-19 Thread pnichols104
ax post when you press enter key, so all you have to do > is to hook it into your django view. Writing on phone so can't supply links > and examples. Sorry > M > On 16/11/2013 8:26 AM, > wrote: > >> I'm trying to populate a django table with autocomplete light s

Re: Django tables 2 with django-autocomplete-light

2013-11-15 Thread Mario Gudelj
pply links and examples. Sorry M On 16/11/2013 8:26 AM, wrote: > I'm trying to populate a django table with autocomplete light so that the > user can fill in data in the table, which would then be saved (the whole > table is in a form tag). I have the table working to display the ex

Django tables 2 with django-autocomplete-light

2013-11-15 Thread pnichols104
I'm trying to populate a django table with autocomplete light so that the user can fill in data in the table, which would then be saved (the whole table is in a form tag). I have the table working to display the existing data and I have the autocomplete working in model forms (well, a

Html templates editor autocomplete Eclipse(PyDev)

2013-07-25 Thread Новак Бошков
I can't find any settings for Django editor in PyDev to possibly adjust autocompletion for html code. Now when I type there is no any suggestions for html code, I have to type every single tag. I've made .htmlfile by right click on project root->New->file and just named file template.html. How t

Using django-autocomplete-light?

2013-06-10 Thread Derek
Hi I am trying to get django-autocomplete-light ( https://github.com/yourlabs/django-autocomplete-light) working for my project in the admin. I have the following files and code, running with Django 1.4.3. In the edit form for the Company, the drop-down list for country has been replaced by an

Re: Using the autocomplete-light app in Django admin?

2013-04-09 Thread james...@gmail.com
Try something like this: 'customer': autocomplete_light.ChoiceWidget('CustomerAutocomplete') http://django-autocomplete-light.readthedocs.org/en/latest/tutorial.html#override-a-default-relation-select-in-modelform-meta-widgets On Thursday, February 14, 2013 6:22:00 P

Re: django autocomplete search with jQuery

2012-11-05 Thread carlos
Hi i found in google http://code.google.com/p/django-autocomplete/ and other autocomplete for complete selects https://github.com/digi604/django-smart-selects i thing the first help you cheers On Sun, Nov 4, 2012 at 2:25 PM, Serena wrote: > Hello, how are you? I am new to Django and I h

Re: django autocomplete search with jQuery

2012-11-04 Thread Serena
Hello, how are you? I am new to Django and I have little knowledge of AJAX, is that you could help (some step by step tutorial) to use some autocomplete widget to search for model fields. El viernes, 30 de julio de 2010 08:59:16 UTC-4:30, Quenten Griffith escribió: > > I actually just se

AutoComplete With Django

2012-04-02 Thread furqanmlk
: Jquery: $(document).ready(function(){ $("#searchbox").autocomplete({ source: '{% url AutoCompleteSearch %}', minLength: 2 }); }); View.py: def AutoCo

Re: Related model getting autocomplete="off"

2011-07-05 Thread candlerb
Sorry, please ignore this question. All rows get autocomplete="off", and it doesn't make adifference. The problem than autocomplete() doesn't work like live(): if you call autocomplete() and then later add a new field to the DOM, that new field doesn't get autocomplete e

Related model getting autocomplete="off"

2011-07-05 Thread candlerb
I have an Admin view on a model which has related (child) models. I have extra=1. It displays like this: [Child1] [Child2] [ ] + Add another Foo I have jQuery autocomplete attached to those model fields. All is fine, except: when I click on 'Add another Foo', the dynamically added

Django Inline Autocomplete

2011-06-08 Thread George Cummins
Is it possible to filter an inline autocomplete field by a dynamic value entered by a user? For example, I have a an admin form where staff enters games information including home and visiting team, game date and time, score, etc. They also enter individual player names and stats. I would like to

Re: Autocomplete on Inlines ForeignKey

2011-05-24 Thread Vinicius Massuchetto
2011/5/24 Karen Tracey : > On Tue, May 24, 2011 at 6:51 AM, Vinicius Massuchetto > wrote: >> >> Have anyone been able to implement an autocomplete input field in an >> inline formset? If so, please provide some references. >> >> The main apps that do this in

Re: Autocomplete on Inlines ForeignKey

2011-05-24 Thread Karen Tracey
On Tue, May 24, 2011 at 6:51 AM, Vinicius Massuchetto < viniciusmassuche...@gmail.com> wrote: > Have anyone been able to implement an autocomplete input field in an > inline formset? If so, please provide some references. > > The main apps that do this in a normal form can

Autocomplete on Inlines ForeignKey

2011-05-24 Thread Vinicius Massuchetto
Have anyone been able to implement an autocomplete input field in an inline formset? If so, please provide some references. The main apps that do this in a normal form can't render the same behavior in an inline. Many thanks. -- Vinicius Massuchetto http://vinicius.soylocoporti.org.br --

Re: autocomplete omg

2011-02-28 Thread Piotr Zalewa
Hi, Would you give us a little info about your background? Are you familiar with JavaScript (jQuery, MooTools, YUI, anything) ? Can you create a front-end example of autocomplete with a fake data on http://jsfiddle.net/ ? The rest would be a simple search in Django zalun On 11-02-28 08:52

autocomplete omg

2011-02-28 Thread Szabo, Patrick (LNG-VIE)
Hi, I'm using the latest version of Django with sqlite and want to implement autocomplete for one of my fields. I've tried 4 diffrent tutorials an non oft them works. Has anyone got a full tutorial for me that definetely works with the current version ?! Maybe one y

Re: Django, Eclipse, Autocomplete

2010-11-16 Thread Recep KIRMIZI
use vim and feel happy :D here are the django template and model templates. https://github.com/msanders/snipmate.vim Pzt, 2010-11-15 tarihinde 23:44 -0800 saatinde, xpanta yazdı: > Hi, > > I am using eclipse Galileo (Build id: 20100218-1602) and PyDev to > build a Django project. > > Autocomple

Re: Django, Eclipse, Autocomplete

2010-11-16 Thread Simone Dalla
2010/11/16 xpanta > Thanks a lot. > > it seems to work, now :-) > > I don't know why, but I also had to remove PYTHONPATH environment > variable (my computer -> properties -> etc...) in order for auto- > config to configure python-django properly... > > Thanks again for your time, > De nada ;-)

Re: Django, Eclipse, Autocomplete

2010-11-16 Thread xpanta
Thanks a lot. it seems to work, now :-) I don't know why, but I also had to remove PYTHONPATH environment variable (my computer -> properties -> etc...) in order for auto- config to configure python-django properly... Thanks again for your time, Chris On Nov 16, 10:33 am, Simone Dalla wrote:

Re: Django, Eclipse, Autocomplete

2010-11-16 Thread Simone Dalla
2010/11/16 xpanta > Hi, > > I am using eclipse Galileo (Build id: 20100218-1602) and PyDev to > build a Django project. > > Autocompletion works fine for python language but not for django. For > example in models.py I cannot get the > field = models.CharField(max_length=100) to be autocompleted.

Django, Eclipse, Autocomplete

2010-11-15 Thread xpanta
Hi, I am using eclipse Galileo (Build id: 20100218-1602) and PyDev to build a Django project. Autocompletion works fine for python language but not for django. For example in models.py I cannot get the field = models.CharField(max_length=100) to be autocompleted. I have added path\to\python26\Li

Re: Django-autocomplete - styling?

2010-10-22 Thread derek
OK - managed to fix this myself... In the inline_searchinput.html file, add a line after the section of code that starts: $('#lookup_{{ name }}').autocomplete('{{ search_path }}', { extraParams: { 'search_fields': '{{ search_f

Django-autocomplete - styling?

2010-10-21 Thread Derek
A quick question for anyone using the django-autocomplete ... where/how do I style the display box used for displaying the "static" text? Thanks! Derek -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

  1   2   >