Aymeric Augustin
|
a05c70fae1
Fixed a reference that was broken at r17026.
|
13 jaren geleden |
Julien Phalip
|
600c576ac5
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()` more consistent with that of `ModelAdmin.list_display` by separating out the admin action check boxes business. This is backwards-incompatible for those who have been using the still-unreleased `get_list_display()` method. Thanks to Ramiro Morales for the review.
|
13 jaren geleden |
Julien Phalip
|
4d79083453
Fixed #17111 -- Made the `redirect_to` generic view properly handle query strings with percent symbols. Thanks, Chris Adams.
|
13 jaren geleden |
Julien Phalip
|
2e2689c7c0
Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_fields` javascript to be localized when `USE_THOUSAND_SEPARATOR` is turned on. Thanks to Lev Maximov, Mathieu Agopian and feel.
|
13 jaren geleden |
Julien Phalip
|
c1a014bba4
Made some `contrib.messages` tests use `override_settings` for clarity. Thanks to Claude Paroz for the patch. Refs #16507, #16574.
|
13 jaren geleden |
Carl Meyer
|
6df91d9539
Fixed #17086 -- Removed pollution of global template-builtins from markup and humanize tests.
|
13 jaren geleden |
Carl Meyer
|
d89be53d95
Fixed #17099 -- Removed an out-of-date warning and some unused code, now that startapp doesn't require creating app inside project. Thanks ptone for the report.
|
13 jaren geleden |
Aymeric Augustin
|
965c5d7cce
Fixed #14202 -- made the atom:link element optional in feeds.
|
13 jaren geleden |
Julien Phalip
|
59c051d170
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of management commands. Thanks to Paul McMillan for the report and to adamv and Claude Paroz for the patch.
|
13 jaren geleden |
Julien Phalip
|
adf51b0cb8
Fixed #16574 -- Strengthened the `contrib.messages` tests' isolation to avoid failures under certain project setting environments. Thanks to Boldewyn for the report and to Claude Paroz for the patch.
|
13 jaren geleden |
Aymeric Augustin
|
67e6e0fcf3
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I18N/USE_L10N and the concepts of internationalization/localisation. Re
|
13 jaren geleden |
Julien Phalip
|
4f00a2d316
Fixed #15826 -- Made `assertContains` and `assertNotContains` work with `SimpleTemplateResponse` by forcing it to be rendered if it hasn't been rendered yet. Thanks to bmihelac for the report, to mmcnickle for the initial patch and tests, and to Carl Meyer for the guidance.
|
13 jaren geleden |
Alex Gaynor
|
ac88f048c9
Fixed the grammar of a sentence in the docs.
|
13 jaren geleden |
Carl Meyer
|
36a44ae75f
Mocked datetime in the naturaltime tests to avoid sporadic test failure.
|
13 jaren geleden |
Carl Meyer
|
145a77edc9
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.
|
13 jaren geleden |
Julien Phalip
|
dca81ad58a
Fixed #17064 -- Improved the UX for the admin's time and date picker widgets by brushing up the 'Cancel' button's visual feedback and by allowing the popups to get closed by pressing the 'Escape' key.
|
13 jaren geleden |
Alex Gaynor
|
9117a4af30
move an mport out of a function
|
13 jaren geleden |
Justin Bronn
|
01f4ce4c49
Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode strings.
|
13 jaren geleden |
Ramiro Morales
|
b3b9049942
Fixed #17071 -- Made sure we report the right version of system-level {simple,}json module.
|
13 jaren geleden |
Julien Phalip
|
1452cecd15
Fixed 16938 -- Ensured that the active locale's formats take precedence over the default settings even if they would be interpreted as False in a conditional test (e.g. 0 or empty string). Thanks to pikerr for the report and initial patch.
|
13 jaren geleden |
Julien Phalip
|
51b8f0a240
Removed a small useless piece of code from `contrib.auth`.
|
13 jaren geleden |
Julien Phalip
|
26698bc851
Fixed #14806 -- Added support for contextual translations to the `trans` and `blocktrans` template tags. Thanks to jtiai for the report.
|
13 jaren geleden |
Alex Gaynor
|
358e5a8031
Fixed #16393 -- FormWizard's cookie storage backend now works with all versions of simplejson and the standard library json module.
|
13 jaren geleden |
Aymeric Augustin
|
2bc77be12e
Fixed #17054 -- Ensured the test suite runs when gettext isn't available, after r16981.
|
13 jaren geleden |
Paul McMillan
|
67565a5379
Remove comments referencing encryption. Django doesn't do encryption.
|
13 jaren geleden |
Aymeric Augustin
|
14d24eb438
Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and added tests.
|
13 jaren geleden |
Alex Gaynor
|
396fcaaef9
Remove all relative imports. We have always been at war with relative imports.
|
13 jaren geleden |
Alex Gaynor
|
66210cbc70
Remove a great many of the remaining relative imports.
|
13 jaren geleden |
Alex Gaynor
|
544a8372fd
Remove several more relative imports.
|
13 jaren geleden |
Alex Gaynor
|
1856e398c5
Remove more relative imports (I will kill them all).
|
13 jaren geleden |