Anders Kaseorg
|
e535da6865
Fixed #19523 -- Improved performance of Django's bash completion
|
12 年 前 |
Florian Apolloner
|
cc4de61a2b
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
|
12 年 前 |
Ramiro Morales
|
456f9b9847
Simplified a i18n test.
|
12 年 前 |
Claude Paroz
|
8ce1e392fa
Fixed error introduced when testing patch for 013db6ba85
|
12 年 前 |
Claude Paroz
|
013db6ba85
Fixed #18051 -- Allowed admin fieldsets to contain lists
|
12 年 前 |
Claude Paroz
|
c6e0dedbdb
Fixed #19637 -- Ensured AdminEmailHandler fails silently
|
12 年 前 |
Anssi Kääriäinen
|
7aa538357c
Cleaned up testing models.py added for earliest()
|
12 年 前 |
Anssi Kääriäinen
|
f96c86b029
Added missing versionadded 1.6 to docs of earliest()
|
12 年 前 |
Nick Sandford
|
fe54377dae
Fixed #17813 -- Added a .earliest() method to QuerySet
|
12 年 前 |
Ramiro Morales
|
37718eb50b
Fix in makemessages refactoring plus UI tweaks.
|
12 年 前 |
Claude Paroz
|
755f215590
Refactored makemessages command
|
12 年 前 |
Jani Tiainen
|
d194f29057
Fixed #19606 -- Adjusted cx_Oracle unicode detection.
|
12 年 前 |
Tim Graham
|
0375244eae
Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPS
|
12 年 前 |
Aymeric Augustin
|
1dd7492843
Fixed #19632 -- Bug in code sample.
|
12 年 前 |
Anssi Kääriäinen
|
56f34f9f22
Removed models/related.py BoundRelatedObject
|
12 年 前 |
Anssi Kääriäinen
|
3647c0a49a
Avoided unnecessary recreation of RelatedObjects
|
12 年 前 |
Craig Blaszczyk
|
6158c79dbe
Made (make|compile)messages commands accept multiple locales at once.
|
13 年 前 |
Ramiro Morales
|
295650bd01
Simplified i18n commands tests.
|
12 年 前 |
Ramiro Morales
|
248aee1606
Modified makemessages so it creates .pot files once per invocation.
|
12 年 前 |
Ramiro Morales
|
eee865257a
Fixed #17008 -- Added makemessages option to not remove .pot files.
|
12 年 前 |
Tim Graham
|
d406afe12e
Fixed #19597 - Added some notes on jQuery in admin.
|
12 年 前 |
Aymeric Augustin
|
b4b0034917
Merge pull request #649 from mattrobenolt/patch-1
|
12 年 前 |
Matt Robenolt
|
222a956ecc
Kill mx.TextTools with fire
|
12 年 前 |
Aymeric Augustin
|
4cf057faab
Removed obsolete comment.
|
12 年 前 |
Aymeric Augustin
|
50a985b09b
Fixed #19099 -- Split broken link emails out of common middleware.
|
12 年 前 |
Aymeric Augustin
|
83d0cc5214
Fixed a typo in the error reporting docs.
|
12 年 前 |
Alex Gaynor
|
984e91e28f
Removed some uses of the deprecated assertEquals
|
12 年 前 |
Aymeric Augustin
|
74d72e21b4
Fixed #19614 -- Missing request argument in render call.
|
12 年 前 |
Tim Graham
|
c9b577ead6
Clarified WizardView.get_form_prefix doc, refs #19024
|
12 年 前 |
Tim Graham
|
43f89e0ad6
Fixed #19605 - Removed unused url imports from doc examples.
|
12 年 前 |