Skip to content

Commit 59e8527

Browse files
committed
Housekeeping
1 parent 097c776 commit 59e8527

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Credits
55
Development Lead
66
----------------
77

8-
* Eliot Berriot <[email protected]>
8+
* Agate Blue
99

1010
Contributors
1111
------------

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/EliotBerriot/django-dynamic-preferences/issues.
18+
Report bugs at https://github.com/agateblue/django-dynamic-preferences/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -49,7 +49,7 @@ articles, and such.
4949
Submit Feedback
5050
~~~~~~~~~~~~~~~
5151

52-
The best way to send feedback is to file an issue at https://github.com/EliotBerriot/django-dynamic-preferences/issues.
52+
The best way to send feedback is to file an issue at https://github.com/agateblue/django-dynamic-preferences/issues.
5353

5454
If you are proposing a feature:
5555

@@ -107,7 +107,7 @@ Before you submit a pull request, check that it meets these guidelines:
107107
your new functionality into a function with a docstring, and add the
108108
feature to the list in README.rst.
109109
3. The pull request should work for Python, 2.7, and 3.4. Check
110-
https://travis-ci.org/EliotBerriot/django-dynamic-preferences/pull_requests
110+
https://travis-ci.org/agateblue/django-dynamic-preferences/pull_requests
111111
and make sure that the tests pass for all supported Python versions.
112112
4. The pull request must target the `develop` branch, since the project relies on `git-flow branching model`_
113113

HISTORY.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Changelog
2727
Contributors:
2828

2929
- @Natureshadow
30-
- @EliotBerriot
30+
- @agateblue
3131

3232
1.10 (2020-07-03)
3333
*****************
@@ -50,7 +50,7 @@ Contributors:
5050

5151
Contributors:
5252

53-
- @EliotBerriot
53+
- @agateblue
5454
- @hansegucker
5555
- @Natureshadow
5656
- @saemideluxe
@@ -154,7 +154,7 @@ Migration cleanup
154154
-----------------
155155

156156
This version includes a proper fix for migration issues.
157-
Full background is available at https://github.com/EliotBerriot/django-dynamic-preferences/pull/142,
157+
Full background is available at https://github.com/agateblue/django-dynamic-preferences/pull/142,
158158
but here is the gist of it:
159159

160160
1. Early versions of dynamic_preferences included the user and global preferences models
@@ -289,15 +289,15 @@ Contributors:
289289

290290
This release fix a critical bug in 1.2 that can result in data loss.
291291

292-
Please upgrade to 1.3 as soon as possible and never use 1.2 in production. See `#81 <https://github.com/EliotBerriot/django-dynamic-preferences/pull/81>`_ for more details.
292+
Please upgrade to 1.3 as soon as possible and never use 1.2 in production. See `#81 <https://github.com/agateblue/django-dynamic-preferences/pull/81>`_ for more details.
293293

294294
1.2 (06-07-2017)
295295
*******************
296296

297297
.. warning::
298298

299299
There is a critical bug in this that can result in dataloss. Please upgrade to 1.3 as
300-
soon as possible and never use 1.2 in production. See `#81 <https://github.com/EliotBerriot/django-dynamic-preferences/pull/81>`_ for more details.
300+
soon as possible and never use 1.2 in production. See `#81 <https://github.com/agateblue/django-dynamic-preferences/pull/81>`_ for more details.
301301

302302
- important performance improvements (less database and cache queries)
303303
- A brand new `REST API <https://django-dynamic-preferences.readthedocs.io/en/latest/rest_api.html>`_ based on Django REST Framework, to interact with preferences (this is an optionnal, opt-in feature)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Eliot Berriot
1+
Copyright (c) 2014, Agate Blue
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ django-dynamic-preferences
88
.. image:: https://readthedocs.org/projects/django-dynamic-preferences/badge/?version=latest
99
:target: http://django-dynamic-preferences.readthedocs.org/en/latest/
1010

11-
.. image:: https://travis-ci.org/EliotBerriot/django-dynamic-preferences.svg?branch=master
12-
:target: https://travis-ci.org/EliotBerriot/django-dynamic-preferences
11+
.. image:: https://travis-ci.org/agateblue/django-dynamic-preferences.svg?branch=master
12+
:target: https://travis-ci.org/agateblue/django-dynamic-preferences
1313

14-
.. image:: https://travis-ci.org/EliotBerriot/django-dynamic-preferences.svg?branch=develop
15-
:target: https://travis-ci.org/EliotBerriot/django-dynamic-preferences
14+
.. image:: https://travis-ci.org/agateblue/django-dynamic-preferences.svg?branch=develop
15+
:target: https://travis-ci.org/agateblue/django-dynamic-preferences
1616

17-
.. image:: https://img.shields.io/codecov/c/github/EliotBerriot/django-dynamic-preferences/master.svg
18-
:target: https://codecov.io/github/EliotBerriot/django-dynamic-preferences?branch=master
17+
.. image:: https://img.shields.io/codecov/c/github/agateblue/django-dynamic-preferences/master.svg
18+
:target: https://codecov.io/github/agateblue/django-dynamic-preferences?branch=master
1919

2020
.. image:: https://opencollective.com/django-dynamic-preferences/backers/badge.svg
2121
:alt: Backers on Open Collective
@@ -30,7 +30,7 @@ django-dynamic-preferences
3030
.. warning::
3131

3232
There is a critical bug in version 1.2 that can result in dataloss. Please upgrade to 1.3 as
33-
soon as possible and do not use 1.2 in production. See `#81 <https://github.com/EliotBerriot/django-dynamic-preferences/pull/81>`_ for more details.
33+
soon as possible and do not use 1.2 in production. See `#81 <https://github.com/agateblue/django-dynamic-preferences/pull/81>`_ for more details.
3434

3535
Dynamic-preferences is a Django app, BSD-licensed, designed to help you manage your project settings. While most of the time,
3636
a `settings.py` file is sufficient, there are some situations where you need something more flexible such as:

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
# General information about the project.
5252
project = u'django-dynamic-preferences'
53-
copyright = u'2014, Eliot Berriot'
53+
copyright = u'2014, Agate Blue'
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
@@ -196,7 +196,7 @@
196196
# (source start file, target name, title, author, documentclass [howto/manual]).
197197
latex_documents = [
198198
('index', 'django-dynamic-preferences.tex', u'django-dynamic-preferences Documentation',
199-
u'Eliot Berriot', 'manual'),
199+
u'Agate Blue', 'manual'),
200200
]
201201

202202
# The name of an image file (relative to this directory) to place at the top of
@@ -226,7 +226,7 @@
226226
# (source start file, name, description, authors, manual section).
227227
man_pages = [
228228
('index', 'django-dynamic-preferences', u'django-dynamic-preferences Documentation',
229-
[u'Eliot Berriot'], 1)
229+
[u'Agate Blue'], 1)
230230
]
231231

232232
# If true, show URL addresses after external links.
@@ -240,7 +240,7 @@
240240
# dir menu entry, description, category)
241241
texinfo_documents = [
242242
('index', 'django-dynamic-preferences', u'django-dynamic-preferences Documentation',
243-
u'Eliot Berriot', 'django-dynamic-preferences', 'One line description of project.',
243+
u'Agate Blue', 'django-dynamic-preferences', 'One line description of project.',
244244
'Miscellaneous'),
245245
]
246246

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're still interested, head over :doc:`installation`.
3535

3636
.. warning::
3737
There is a critical bug in version 1.2 that can result in dataloss. Please upgrade to 1.3 as
38-
soon as possible and do not use 1.2 in production. See `#81 <https://github.com/EliotBerriot/django-dynamic-preferences/pull/81>`_ for more details.
38+
soon as possible and do not use 1.2 in production. See `#81 <https://github.com/agateblue/django-dynamic-preferences/pull/81>`_ for more details.
3939

4040
Contents:
4141

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For per-instance preferences it's even easier. You can access each instance pref
9494
9595
from django.contrib.auth import get_user_model
9696
97-
user = get_user_model().objects.get(username='eliot')
97+
user = get_user_model().objects.get(username='bob')
9898
9999
assert user.preferences['discussion__comment_notifications_enabled'] == True
100100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__author__ = 'eliotberriot'
1+
__author__ = 'agateblue'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__author__ = 'eliotberriot'
1+
__author__ = 'agateblue'

0 commit comments

Comments
 (0)