Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary « Newer  Topics 31 - 40 of 39373  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
 

Get url parameters 
  Hi I need to get a parameter from the url and do not know how. If my url looks like this: * [link] I did like this: *url(r'^view/(?P<id>\w+)', 'rest.views.view'),* And everything ok. Now I have a url like this: *[link]<GridFSProxy:... more »
By Hélio Miranda  - May 15 - 4 new of 4 messages    

ModelForm localize on Select()?? 
  Hello, I have a problem with localization and Select() Box, I have the values: 2.00 2.40 3.20 4.00 in my Database, but in Germany we use the number format: 2,00 2,40 3,20 4,00 Now I tried to Localize my modelform with: class LocalizedModelForm(django.form s.ModelForm): def __new__(cls, *args, **kwargs):... more »
By Christian Schmitt  - May 15 - 1 new of 1 message    

Why is ValidationError('bla').message a list 
  Hi all, I hope this is the right place to ask the question. I searched around a little but didn't find an answer. I'd like to know why the developers decided to break the "open/closed" principle by modifying the behavior of the ValidationError class so that it no longer behaves like the parent class (Exception).... more »
By Matthys Kroon  - May 15 - 1 new of 1 message    

the whole object tools depend on has_add_permission 
  what i want to do: i want to add link beside add object in change_list.html the link will be displayed only to selected groups what i do is overriding the change_list.html block object-tools from: change_list.html {% block content %} <div id="content-main"> {% block object-tools %} {% if has_add_permission %} <-- pos 1... more »
By Hadi Sunyoto  - May 15 - 1 new of 1 message    

Insert multiple images in the same register in GridFS 
  Hi In my Django application and I am mongodb insert photos in GridFS from mongo. Enter only one photo in a record, everything ok. Now when I want to enter more than one, I'm not getting. I'm set as a list, but it gives error. I'm doing this test to start: *Painting class (Document):* * Stringfield artist = ()*... more »
By Hélio Miranda  - May 15 - 1 new of 1 message    

djangoproject.com is down 
  FYI - djangoproject.com is currently down, I'm investigating and I'll try to have it back up ASAP. In the meantime, if you need to get to the docs, you can hit up the ReadTheDocs mirror: [link] Thanks for your patience, Jacob
By Jacob Kaplan-Moss  - May 14 - 2 new of 2 messages    

Disable "Password Upgrading"? 
  As per this document: [link] Django will upgrade all existing passwords to use the 'preferred' algorithm. Two questions: 1. What is the 'preferred' algorithm? Is this set by Django? Or is this simply the hasher at the top (or bottom) of the PASSWORD_HASHERS tuple?... more »
By Kurtis  - May 14 - 3 new of 3 messages    

django-auth-ldap 
  I am trying to get django-auth-ldap working with an Active Directory LDAP Server. I don't understand the documentation for the Search/Bind or Direct Bind. Is 'uid' the LDAP attribute uid? My LDAP doesn't use this attribute. I tried putting 'samaccountName' an attribute that is used for logon. Where does the 'user' come from? Is that the username field from the login... more »
By Cody Scott  - May 14 - 14 new of 14 messages    

Senior Django Developer position in Berlin based startup 
  Good Day, we are looking for a proficient Djangonaut to join our recently funded startup, based in Berlin, as a full-time senior developer. *Who we are:* [link] We help companies to support their employees in living a healthy and active life. Using the magnificient Django Framework, and love for what we do.... more »
By Jonathan Fiebelkorn  - May 14 - 1 new of 1 message    

Some input on #20287 
  Hi all. Was browsing the tickets, looking for something that could use some implementation work, and came across [link] I posted a comment to the ticket, but I'm happy to provide some sample code to illustrate what I mean, if that would be clearer. Aaron... more »
By Aaron Cannon  - May 14 - 1 new of 1 message    

31 - 40 of 39373   « Newer | Older »

XML       Send email to this group: django-users@googlegroups.com