Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
History progit/lib/model.py
Branch:
cd01650b35e2ebba054e146cac3dfe4b62117d78
master
cd01650b35e2ebba054e146cac3dfe4b62117d78
progit
lib
model.py
Fix backref in ondelete instructions on the model so that we can delete projects
Pierre-Yves Chibon
• 10 years ago
4719bb
Include the user's fullname in the JSON representation of an issue
Pierre-Yves Chibon
• 10 years ago
00d8e9
Add a private field to the Issue object and add it to the JSON representation
Pierre-Yves Chibon
• 10 years ago
cc3505
Ignore couple of lines we cannot actually test
Pierre-Yves Chibon
• 10 years ago
ff80f5
pep8 clean up on the comments
Pierre-Yves Chibon
• 10 years ago
faa36d
pep8 fix in the headers of all the python files
Pierre-Yves Chibon
• 10 years ago
33b534
Directly link Project and User over the user_projects junction table
Pierre-Yves Chibon
• 10 years ago
9ac467
Adjust the data model for IssueTag, the cascade is in the backref, not the relation
Pierre-Yves Chibon
• 10 years ago
1b4126
Fix the to_json() method of the Issue object to actually work :)
Pierre-Yves Chibon
• 10 years ago
09a0c1
Move the code translating an issue to JSON into the Issue object itself
Pierre-Yves Chibon
• 10 years ago
7379e4
Update the copyright year on some of the files we changed this year
Pierre-Yves Chibon
• 10 years ago
8a5345
Move the model file into the lib module
Pierre-Yves Chibon
• 10 years ago
0fb8e2