summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-11Merge pull request #197 from StefanKjartansson/masterAdrian Holovaty
2012-07-11Merge pull request #199 from mitnk/masterAdrian Holovaty
2012-07-11fixed a typo in timezones docs.mitnk
2012-07-10Changed `manage.py shell`'s help text to reflect that it can invoke bpython.Alex Gaynor
2012-07-10typo in "django/docs/topics/python3.txt"Stefan Kjartansson
2012-07-10Fixed #18602 -- Improved error message when database NAME is missingClaude Paroz
2012-07-09Added supplementary check for CUIT number of ar localflavorClaude Paroz
2012-07-09Fixed #18537 -- Fixed CUIT calculation in ar localflavorClaude Paroz
2012-07-08Fixed #18577 - Clarified middleware initialization.Tim Graham
2012-07-08Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-07-08Fixed #18590 - Reverted Python 2.4 workaround for Model picklingClaude Paroz
2012-07-08Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...Jannis Leidel
2012-07-08Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...Jannis Leidel
2012-07-08Merge branch 'master' of github.com:django/djangoJannis Leidel
2012-07-08Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...Jannis Leidel
2012-07-08Fixed #18374 -- Explained "corrupt image" errorAymeric Augustin
2012-07-07Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...Julien Phalip
2012-07-07Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-07Fixed #18589 -- Typo in generic CBV docs.Aymeric Augustin
2012-07-07Removed Django 1.0-specific sections.Aymeric Augustin
2012-07-07Fixed #18587 -- Typo in management command exampleAymeric Augustin
2012-07-07Merge branch 'master' of github.com:django/djangoFlorian Apolloner
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-07-07Fixed a regression in the user admin page introduced in a92e7f37c4ae84b6b8d80...Florian Apolloner
2012-07-07Fixed #17257 - Removed outdated comment in syndication viewClaude Paroz
2012-07-06Merge pull request #176 from benspaulding/ticket_18521Adrian Holovaty
2012-07-06Merge pull request #183 from rpedigoni/masterAdrian Holovaty
2012-07-06Merge pull request #187 from evildmp/docs_typosAdrian Holovaty
2012-07-06Merge pull request #188 from semente/patch-1Adrian Holovaty
2012-07-06Fix copyright holderGuilherme Gondim
2012-07-06Fixed #18484 - 'display:none' on CSRF token div is redundant and causes probl...Luke Plant
2012-07-06Fixed #18576 -- Added missing import in tutorial02Claude Paroz
2012-07-06Used skipIf decorator to skip image tests when PIL is not availableClaude Paroz
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-07-06Fixed #18572 - Python26 string format incompatibilityLuke Plant
2012-07-05Fixed #18330 - Made cache culling 3rd party db backend friendlyAnssi Kääriäinen
2012-07-05Fixed #18362 - Made model.save() update_fields accept attnamesAndrei Antoukh
2012-07-05Fixed #17997 - Documented that the debug server is now multithreaded by default.Tim Graham
2012-07-04fixed typoRenato Pedigoni
2012-07-03Fixed incorrect URL to object on delete confirmation and history pageLuke Plant
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-07-03Added 'format_html' utility for formatting HTML fragments safelyLuke Plant
2012-07-03Documented utils.html.escape and conditional_escapeLuke Plant
2012-07-03Fixed widget parent class in generic_relations testClaude Paroz
2012-07-03Fixed comment wording in sql/where.pyAnssi Kääriäinen
2012-07-03Stylistic cleanup of Postgres autocommit testsAnssi Kääriäinen
2012-07-02Replaced 'return' by 'raise' in custom model field docsClaude Paroz
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-07-01Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham