| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Already handled by pre-commit
|
|
The check is handled by djangoproject.tests.PendingMigrationsTests
|
|
`bower` is maintained but not recommended for use by its developers. Our
`bower.json` file now only includes two dependencies: `jquery` and
`jquery-flot`. At this point, `bower` is not doing much to serve the
project.
This is a redo of 98e20a08b69597d9e0c081c20809007b3e363407 which
was reverted because it led to errors in production when running
collectstatic.
Refs #1827
|
|
This reverts commit 98e20a08b69597d9e0c081c20809007b3e363407.
|
|
`bower` is maintained but not recommended for use by its developers. Our
`bower.json` file now only includes two dependencies: `jquery` and
`jquery-flot`. At this point, `bower` is not doing much to serve the
project.
Refs #1827
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Swapped unipath with pathlib
* Used pykismet3 instead of akismet
* Replaced django-pygments with template tag in the docs app
|
|
|
|
|
|
|
|
It uses the code from the django/django-dev-dashboard with some design
changes, new tests, translation marks and new migrations. It is added
under the host dashboard.djangoproject.com.
|
|
- raise a new DonationError for:
- invalid card
- some kind of error querying the Stripe API (e.g. reuse of stripe token)
- broken network connection to Stripe API
- let errors bubble up:
- auth tokens are wrong (we've changed them?)
- other stripe errors and general exceptions
- added tests for new behavior
- improved frontend help for payment form
- stop passing fixed_amount to template since it's unused
|
|
|
|
- Added Travis-CI
- Added coverage
- Added coveralls
- Fixed aggregator tests to not require PuSH server and not recreate objects again
|
|
This prevents having to install libmemcached locally since that's a depedency for pylibmc.
This leaves a symlink named deploy-requirements.txt to be able to deploy correctly
|
|
|
|
|
|
This was somewhat triggered by #229 since it showed that the hybrid project layout for www and docs was arbitrary and not conductive for ease of contribution.
- this introduces django-hosts for true host level URL reversal
- adds /400/, /403/, /404/ and /500/ pages fro testing the error pages
- fixes #229 by cleaning up the header and footer includers between hosts
- uses URL reversal everywhere
- renames the "project" to "djangoproject"
- splits the settings into prod and dev for easier separation of settings without
- moved static, templates and project fixtures into project dir
|
|
|
|
|
|
|