Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_huli
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Izaac Daniel B. Muncal
midterm_huli
Commits
0dea9280
Commit
0dea9280
authored
May 12, 2023
by
Anchilla Vera Marie Silang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed Ordering
parent
379f9e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
models.cpython-38.pyc
widget_huli/forum/__pycache__/models.cpython-38.pyc
+0
-0
models.py
widget_huli/forum/models.py
+1
-1
No files found.
widget_huli/forum/__pycache__/models.cpython-38.pyc
View file @
0dea9280
No preview for this file type
widget_huli/forum/models.py
View file @
0dea9280
...
...
@@ -13,7 +13,7 @@ class ForumPost(models.Model):
pub_datetime
=
models
.
DateTimeField
()
class
Meta
:
ordering
=
[
'pub_datetime'
]
ordering
=
[
'
-
pub_datetime'
]
def
__str__
(
self
):
return
'{}'
.
format
(
self
.
title
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment