index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2013-03-24
Python 2.6 compatibility for #19385
Anssi Kääriäinen
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-24
Fixed #17550 -- Removed a workaround for a bug in flup 1.0.1.
Aymeric Augustin
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
2013-03-23
Merge pull request #942 from stephrdev/trac-18000
Jannis Leidel
2013-03-23
Added some class attributes to pass initial form lists to the WizardView with...
Stephan Jaekel
2013-03-23
Moved the code to handle goto requests in a extra WizardView method.
Stephan Jaekel
2013-03-23
Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...
Russell Keith-Magee
2013-03-22
Fixed #16350 -- Forced capitalization in template.
Aymeric Augustin
2013-03-22
Fixed #20108 -- Fixed filepath_to_uri decoding error
Claude Paroz
2013-03-22
Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-20
Fixed #18839 - Field.__init__() now calls super().
Carny Cheng
2013-03-21
Removed unused import
Anssi Kääriäinen
2013-03-20
Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm.
Matthew Wood
2013-03-20
Fixed #19972 -- Fixed overflow issue in admin changelist pages.
Florian Apolloner
2013-03-20
Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an e...
Claude Paroz
2013-03-19
Fixed #16319 -- added SuccessMessageMixin to contrib.messages
Paul Collins
2013-03-19
Merge pull request #931 from catalanojuan/fix-admin-log-dependency-on-user-id...
Preston Holmes
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-19
Fixed #20088 -- Changed get_admin_log not to depend on User id field
Juan Catalano
2013-03-18
Fixed #19327 -- Added handling of double login attempts in admin.
Deric Crago
2013-03-18
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
Aymeric Augustin
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-18
Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.
Aymeric Augustin
2013-03-18
Fixed #18447 -- Made LazyObject unwrap on dict access.
Aymeric Augustin
2013-03-18
Clarified that constant_time_compare doesn't protect string lengths.
Aymeric Augustin
2013-03-18
Fixed #17037 -- Added a --all option to diffsettings.
Aymeric Augustin
2013-03-17
Fixed #19510 -- Race condition in template loading.
Aymeric Augustin
2013-03-17
Fixed #19550 -- Made the filtered select widget wider in the admin.
Aymeric Augustin
2013-03-17
Fixed #19697 -- Added a deployment checklist.
Aymeric Augustin
2013-03-17
Fixed #19635 -- Made fields pickleable
Anssi Kääriäinen
2013-03-17
Merge pull request #902 from evildmp/BLANK_CHOICE_NONE
Aymeric Augustin
2013-03-17
Stopped using non-standard __globals__ and __code__ attributes.
Aymeric Augustin
2013-03-17
Updated bundled version of six.
Aymeric Augustin
2013-03-17
Fixed memory leak in tests
Anssi Kääriäinen
2013-03-16
Merge pull request #910 from bmispelon/ticket-20058
Claude Paroz
2013-03-16
Fix #20058: Make compilemessages use stdout instead of stderr.
Baptiste Mispelon
2013-03-16
Fix 20061: remove out of date comment.
Baptiste Mispelon
2013-03-15
Fixed #20055 -- Add url, email, and number input types to admin CSS.
Baptiste Mispelon
2013-03-15
Fixed #16110 -- Fixed GeometryField odd behaviour regarding null values
Claude Paroz
2013-03-14
Deprecated django.views.defaults.shortcut.
Aymeric Augustin
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
Add a specific error message for URLValidator
Claude Paroz
2013-03-14
Fixed #20039 -- Fixed has_changed form detection for required TypedChoiceFields
Claude Paroz
2013-03-14
Fixed #16649 -- Refactored save_base logic
Anssi Kääriäinen
2013-03-13
removed unused BLANK_CHOICE_NONE
Daniele Procida
2013-03-13
Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().
Baptiste Mispelon
2013-03-13
Improved recovery when the connection is closed in an atomic block.
Aymeric Augustin
[next]