| Age | Commit message (Collapse) | Author |
|
Fixes #1550.
A banner requires a title, and optionally HTML body and CTA label/URL.
A banner can be active or inactive, and only one can be active at a time.
Banners can be previewed from the admin via the "View on site" options
on a Banner's detail page.
This initial implementation is intentionally minimal to provide a robust
but flexible MVP, with the goal to gather feedback for future iterations.
Future improvements could include:
- Active since and until dates.
- Flexible CTA URL handling, such as URL names or local URLs.
Thanks to Sarahs for the reviews.
|
|
* Fix 405 error when deleting community feeds
* Added test for deleting community feeds
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* Bootstrap ecosystem page.
View at /community/ecosystem/
* Block out page HTML.
* Added (plain-text) resource links/descriptions
* Style the links a little bit without getting too fancy
* Add community ecosystem page to index
- Rename duplicate url name
- Add package Material Icon
- Add section and link from index page to ecosystem page
* Add packages the Steering Council package list
These are just a first stab at a list of packages that are
good starting points for new members of the community. Needs
to be vetted for URL/description accuracy.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Update djangoproject/templates/aggregator/ecosystem.html
Co-authored-by: Tim Schilling <schilling711@gmail.com>
* Include additional information section with first example
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Include Tim's suggestion to adjust the Package header
* Add more resources
- classy docs
- missing DjangoGirls Link
- Social media accounts (probably missing something)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Finish Tim suggestions
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Misc additions/changes to ecosystem page
- Refactors some sections
- Added a couple more items to our list
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tim Schilling <schilling711@gmail.com>
|
|
Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com>
|
|
|
|
Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com>
|
|
Refs #1648
|
|
|
|
|
|
|
|
for more information, see https://pre-commit.ci
|
|
|
|
The broken fixture was hidden by the cache not being reset between
tests. This meant that some tests would fail when run in isolation,
but pass when run as part of the whole suite (because previous tests
would warm up the cache).
|
|
* Add django-countries requirement
This django package provides the equivalent of a choice field containing a list of all the countries in the world.
This will be used when adding a Local Django Community to the new section of the community page.
* Add LocalDjangoCommunity model
This model facilitates the listing of local django communities from around the world. This will be listed on a page within the community section of the website.
* Add Local Django Communities page to the community section
This change adds the local django communities page to the communities section of djangoproject.com
* Fix accessibility community page and add empty case
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sarah Abderemane <sarahabderemane@gmail.com>
|
|
|
|
* Add select_related to `FeedType` `items` method
* Added community index test to ensure the number of queries doesn't increase.
|
|
|
|
Regression in ff6c87a3bf54df7bf8f504c36e82a27f2cf1c6c7 for #1262. Thanks to @vindio for the report.
Fixes #1270.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#672)
|
|
|
|
|
|
|
|
This reverts commit 9d990d96cdd1071fcba83d888f684347123ae1f1.
|
|
This reverts commit 313eb71d7051f4b51107850577a6ef25d25d9257.
Revert "Convert docs version to a FK to release."
This reverts commit 1cf0d813a8d7e3b54679246594d9275ca79b745d.
|
|
|
|
All current objects have the same values in these fields. Furthermore
the code already makes assumptions about these values e.g. that scm_url
contains 'django.git'. Remove them to avoid giving the illusion of more
flexiblity than there is in practice.
|
|
|
|
|
|
|
|
|
|
|
|
* Swapped unipath with pathlib
* Used pykismet3 instead of akismet
* Replaced django-pygments with template tag in the docs app
|
|
I replaced it by using self.stdout inside management commands.
|
|
|
|
- Added Travis-CI
- Added coverage
- Added coveralls
- Fixed aggregator tests to not require PuSH server and not recreate objects again
|
|
|