Skip to content
#

django-models

Here are 60 public repositories matching this topic...

GasimGasimzada
GasimGasimzada commented Sep 3, 2018

I am trying to migrate old database from another framework into django and currently, I am having trouble saving the newly generated models. I get an error when I do the following:

title_translated = create_translated_data(r[4])
content_translated = create_translated_data(r[3])
new_post = Post.objects.create() # <-- This is where I get my error.

t = {}

for loc, data in title_transl
jackton1
jackton1 commented Dec 16, 2019

Is your feature request related to a problem? Please describe.
Enhancement: For the admin view rather than generic label for the button and clone action link

Switch from
"Clone select objects" ->
"Duplicate selected '%(verbose_name)'" for single item
"Duplicate selected '%(verbose_name_plural)'" for x > 1.

Describe the solution you'd like
Updating the clone action usin

Improve this page

Add a description, image, and links to the django-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the django-models topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.