summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-10-04Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.Christopher Medrela
2013-10-04Fixed #6681 -- Don't break docutils when rendering reStructuredText.Tai Lee
2013-10-04Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden.Ryan Kaskel
2013-10-03Fixed #19277 -- Added LocaleMiddleware.response_redirect_classEmil Stenström
2013-10-03Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.Simon Charette
2013-10-03Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', Si...Anentropic
2013-10-02Fixed #16919 -- Passed user to set_password_form in GET requests.Tim Graham
2013-10-02Initial version of MigrationOptimizer and testsAndrew Godwin
2013-10-02Fixed #21129 -- Prevented admin filter params modifications from throwing an ...tschilling
2013-10-01Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-10-01Fixed #21147 -- Avoided time.time precision issue with cache backends.Michael Manfre
2013-10-01Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-10-01Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanagerTim Graham
2013-10-01Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-10-01OrderedDict creation avoidance for .values() queriesAnssi Kääriäinen
2013-09-30* Fixing improper grammarAdam Haney
2013-09-30Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer
2013-09-30Added hints argument to GeoQuerySet; refs #13724.Tim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-30Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee
2013-09-28Fixed #20931 -- Fixed select widgets nested choice renderingChristopher Babiak
2013-09-28Fixed #21162 -- Better emulation of staticfiles middleware.Ramiro Morales
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-28Fixed #21186: Fixed regression when using date fields in the admin's list_fil...Baptiste Mispelon
2013-09-27Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-26Enforce ordering on PostgreSQL get_constraints cols (refs #21134)Andrew Godwin
2013-09-26Fixed #21146 - DatabaseCache converts expires to python valueMichael Manfre
2013-09-25Fixed #20364 -- Changed urlize regexes to include quotation marks as punctation.Giles Richard Greenway
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-25Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-25Add reverse_code optional argument to RunPythonAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin
2013-09-25Make sqlmigrate ignore the RunPython operationAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-24Added '*' to quote_cacheAnssi Kääriäinen
2013-09-24Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24Fixed #18333 - Quoted annotated column namesMichael Manfre
2013-09-24Fix small grammatical error in comment.Andrei Picus
2013-09-24Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-24Properly marked skipped GIS tests as skippedClaude Paroz
2013-09-24Reformatted some GIS distance testsClaude Paroz
2013-09-24Removed double import in mysql base.pyClaude Paroz
2013-09-23Fixed #14028 - Added validation for clashing db_columns.Helen ST
2013-09-22Fixed "Address already in use" from liveserver.Florian Apolloner