Skip to content

Commit

Permalink
Merge branch 'mvantellingen:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sposs authored Sep 10, 2024
2 parents 8610683 + 875ae6d commit 28a6ffc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Contributing
############

Want to contribute with Localshop? Great! We really appreciate your help. But
before digging into your new fluffy-next-millionaine-feature code keep in mind
before digging into your new fluffy-next-millionaire-feature code keep in mind
that you **MUST** follow this guide to get your pull requests approved.


Expand Down Expand Up @@ -131,7 +131,7 @@ Commit messages
- |book| ``:book:`` when writing docs
- |green_heart| ``:green_heart:`` when fixing the CI build
- |white_check_mark| ``:white_check_mark:`` when adding tests
- |x| ``:x:`` when commiting code with failed tests
- |x| ``:x:`` when committing code with failed tests
- |arrow_up| ``:arrow_up:`` when upgrading dependencies
- |arrow_down| ``:arrow_down:`` when downgrading dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/how_it_works.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ uploads and downloads you can easily create one of the random credentials
localshop can create for you.

Go to the Credentials section and click on create. Use the access key
as the username and the secret key as the password when uloading packages.
as the username and the secret key as the password when uploading packages.
A ``~/.pypirc`` could look like this:

.. code-block:: ini
Expand Down
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ proxy such as Nginx or Apache and you want to use IP-based permissions.

:default: ``True``

If set to ``False``, users will be preveneted from overwriting already existing
If set to ``False``, users will be prevented from overwriting already existing
release files. Can be used to encourage developers to bump versions rather than
overwriting. This is PyPI's behaviour.

Expand Down
2 changes: 1 addition & 1 deletion src/localshop/apps/accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def login(request, template_name='registration/login.html',
current_app=None, extra_context=None):
"""Displays the login form and handles the login action.
Copy from Django source code, added abilithy to set remember_me
Copy from Django source code, added ability to set remember_me
"""
redirect_to = request.POST.get(redirect_field_name,
Expand Down

0 comments on commit 28a6ffc

Please sign in to comment.