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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
|