Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attached files to report #54

Closed
wants to merge 3 commits into from

Conversation

bbotella
Copy link

@bbotella bbotella commented Nov 9, 2013

Add attached files to report. Fix #26

Bernardo Botella and others added 3 commits November 5, 2013 01:47
Delete button for admins. Fix mozillahispano#30

Added deletion confirmation in delete mention option

I forgot to add delete_mention template

Module not needed removed.

Fixed traslation strings

Delete button for admins. Fix mozillahispano#30

Delete button for admins. Fix mozillahispano#30

Fixed traslation strings in index
@bbotella
Copy link
Author

bbotella commented Nov 9, 2013

Sorry for my previous two commits. I had them merged on the main django15 branch. From now on, I will start a new branch for each issue.

relevant_audience = models.BooleanField()
update_rate = models.IntegerField(max_length=1, choices=UPDATE_RATE)
remarks = models.TextField(null=True, blank=True)
file1 = models.FileField(upload_to='report_files/', blank=True, null=True)
file2 = models.FileField(upload_to='report_files/', blank=True, null=True)
file3 = models.FileField(upload_to='report_files/', blank=True, null=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets try to use a different approach here for not to have restrictions in the number of attached files. An option would be a new model for attached files with a reference (FK) to the mentions.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to modify models as less as possible. Anyway, noted. I'll do it the other way. You can discard that pull request as I will be starting from scratch.

@sebasmagri sebasmagri closed this Jan 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants