Aymeric Augustin
|
c8c7cdc8f8
Changed "versionadded" after the decision to backport.
|
12 年之前 |
Aymeric Augustin
|
23e319d729
Fixed #19076 -- Added content_type attribute to TemplateView.
|
12 年之前 |
Aymeric Augustin
|
3f1a0c0040
Fixed #19160 -- Made lazy plural translations usable.
|
12 年之前 |
Ramiro Morales
|
47ddd6a408
Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template comments.
|
12 年之前 |
Claude Paroz
|
eb9430fc4b
Implemented some SpatiaLiteOperations as cached properties
|
12 年之前 |
Tim Graham
|
ee26797cff
Fixed typos in docs and comments
|
12 年之前 |
Aymeric Augustin
|
b99a4e1073
Updated metrics on the documentation.
|
12 年之前 |
Tim Graham
|
537d44b1b9
Fixed #19683 - Added a missing import in signing example.
|
12 年之前 |
Claude Paroz
|
f7394d2c32
Added HTML5 url input type
|
12 年之前 |
Claude Paroz
|
4f16376274
Added HTML5 email input type
|
12 年之前 |
Aymeric Augustin
|
c47fa3b481
Fixed #19676 -- Supported 'self' foreign keys in inspectdb.
|
12 年之前 |
Aymeric Augustin
|
f46d7314b5
Fixed #19677 -- Introspection of recursive foreign keys under SQLite.
|
12 年之前 |
Tim Graham
|
14d1d504d5
Fixed two malformed links.
|
12 年之前 |
Claude Paroz
|
4b3f7110ae
Fixed #16123 -- Ensured strptime receive proper string type
|
12 年之前 |
Claude Paroz
|
962f133f72
Fixed #18483 -- Marked hidden field error string for translation
|
12 年之前 |
Aymeric Augustin
|
6605ac331a
Fixed #17158 -- Used a non-ambiguous representation of SQL queries
|
12 年之前 |
Claude Paroz
|
d18893d5ce
Moved BooleanField 'required' validation in validate()
|
12 年之前 |
Aymeric Augustin
|
55416e235d
Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
|
12 年之前 |
Aymeric Augustin
|
cebbec9b61
Fixed #19540 -- Stopped using deprecated os.stat_float_times.
|
12 年之前 |
Aymeric Augustin
|
424eb67867
Fixed validation of email addresses when the local part contains an @.
|
12 年之前 |
Claude Paroz
|
58062a6302
Used property decorators in django/forms.py
|
12 年之前 |
Claude Paroz
|
1686e0d184
Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashField
|
12 年之前 |
Claude Paroz
|
ebb504db69
Moved has_changed logic from widget to form field
|
12 年之前 |
Ramiro Morales
|
ce27fb198d
Revert "Patch by Claude for #16084."
|
12 年之前 |
Ramiro Morales
|
5b99d5a330
Added more shortcuts to i18n docs in index page.
|
12 年之前 |
Ramiro Morales
|
2babab0bb3
Patch by Claude for #16084.
|
12 年之前 |
Claude Paroz
|
b9c8bbf372
Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
|
12 年之前 |
Tim Graham
|
eafc036476
Fixed #19577 - Added HTML escaping to admin examples.
|
12 年之前 |
Ramiro Morales
|
1f6b2e7a65
Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`.
|
12 年之前 |
Tim Graham
|
eaa716a413
Fixed #19639 - Updated contributing to reflect model choices best practices.
|
12 年之前 |