summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-09-11Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...Tim Graham
2014-09-10Added ordering to prevent non-deterministic test failure; refs #23099.Tim Graham
2014-09-10Avoided using deprecated version of importlib; refs #23418.Tim Graham
2014-09-10Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Corrected grammar in migrations error message.Markus Bertheau
2014-09-10Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.Malte Beckmann
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
2014-09-09Fixed flake8 warnings.Tim Graham
2014-09-09Fixed #23368 -- Overhauled the Welsh formats.py file.Duncan Parkes
2014-09-09Fixed urlize after smart_urlquote rewriteClaude Paroz
2014-09-09Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz
2014-09-09Fixed #23442 -- Added django.__version__ per PEP 396.Tim Graham
2014-09-09Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...Tim Graham
2014-09-08Fixed #23399 -- Optimized django.utils.http.int_to_bas36()Tim Graham
2014-09-08Fixed flake8 warning.Tim Graham
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin
2014-09-08Updated links to point to dev documentation.Markus Holtermann
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08Fixed #23434 -- Coerce Oracle bool params to intJosh Smeaton
2014-09-08Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...Andrew Pinkham
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-06Additional edits for refs #23340; thanks Loic.Tim Graham
2014-09-06Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-05 switch out recursive dfs for stack based approach, to avoid possibly hitting...Ben Reilly
2014-09-05Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.Andrew Godwin
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-09-03Fixed #23409 -- Extract PasswordResetForm.get_users method.Carl Meyer
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed comments in en_GB and en_AU formats.py files.Duncan Parkes
2014-09-02Fixed #22918 -- Fixed SeparateDatabaseAndState crashDave Hall
2014-09-02Fixed ping_google management command to use argparse.R3v1L
2014-09-01Fixed #23371 -- Changed en_GB first day of the week to Monday.Duncan Parkes
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-30Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-08-30Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset.Ramiro Morales
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2014-08-30Fixed #23370 -- defer() + select_related() crashed with inherited models.Akis Kesoglou
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-29Fixed a non-deterministic test; refs #23099.Tim Graham
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma