• This project
    • Loading...
  • Sign in

Marta Miranda / boletin_api

Logo codes
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
Closed
Merge Request !24 opened 2023-08-28 14:16:16 UTC by Enzo Yair@Ecardenez

Feature/#31 modificar modelo edicto

Edited 2023-08-28 14:45:04 UTC
Request to merge feature/#31_modificar_modelo_edicto into develop
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b feature/#31_modificar_modelo_edicto origin/feature/#31_modificar_modelo_edicto

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout develop
git merge --no-ff feature/#31_modificar_modelo_edicto

Step 4. Push the result of the merge to GitLab

git push origin develop

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines

Closed by Enzo Yair 2023-08-28 14:45:04 UTC

The changes were not merged into develop.

  • Discussion 2
  • Commits 4
  • Changes 7
  • Avatar
    Martín Miranda
    @debianitram started a discussion on an outdated diff 2023-08-28 14:18:15 UTC
    Toggle discussion
    project/apps/edicto/api.py
    mixins.ListModelMixin,
    viewsets.GenericViewSet):
     
    queryset = Edicto.objects.all().order_by('id')
    serializer_class = EdictoSerializer
    permission_classes = [IsAuthenticated, ]
    filter_backends = (DjangoFilterBackend, filters.OrderingFilter)
    filterset_class = EdictoFilter
    queryset = Edicto.objects.all().order_by('id')
    • Martín Miranda
      @debianitram commented 2023-08-28 14:18:15 UTC
      Developer

      Hay un parámetro para indicar el order por default .

    • Enzo Yair
      @Ecardenez commented 2023-08-28 14:28:00 UTC
      Master

      ahi lo quito

  • Enzo Yair
    @Ecardenez 2023-08-28 14:37:55 UTC

    Added 1 commit:

    • 81455b8d - se agrego el orden
  • Enzo Yair
    @Ecardenez 2023-08-28 14:45:04 UTC

    Status changed to closed

  • Please register or login to post a comment
Enzo Yair
Assignee
Enzo Yair @Ecardenez
Assign to
None
Milestone
None
Assign milestone
1
1 participant
Reference: mvmiranda/boletin_api!24