Hi,
I would like to add a custom field to an existing admin model, namely LogEntry.
The goal is to add a comment field, where custom change comments can be added
in the admin whenever a model is saved.
Is it even possible to add such a field without changing the existing admin
codebase? Or wo
Sorry, it looks like I had a wrong assumption in my original question. The
server seems to hang as soon as I try to update a model with an URLField that
is set to 'http://localhost:8000' (this is where the built-in webserver is
running).
Is this a bug or can't Django validate an URLField to it
Hi,
I have a strange problem while editing a modified model in the admin. Whenever
I change my models I usually issue the following commands to change the model
and repopulate my data:
# ./manage.py dumpdata --indent=4 redir > old_data.json
-> do the model changes
# ./manage.py reset redir
# .
Hi,
I'm trying to use Django for implementing new stuff in some of our legacy apps.
All the existing apps use PostgreSQL as their database backend. Now in order to
do this as transparent as possible, I'd like to use a different database schema
for the contrib apps that come with Django (admin, s
4 matches
Mail list logo