summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-14Switched from usign a method that was about to be deprecated to normal code.Alex Gaynor
2012-07-14Fixed auth to not use an internal implementation detail of SortedDictAlex Gaynor
2012-07-14Cleaned up the QueryDict implementation.Alex Gaynor
2012-07-14Update links to diveintomark.org.Aymeric Augustin
2012-07-14Fixed a misplaced Sphinx reference.Aymeric Augustin
2012-07-13Updated links for MacOSX python installersClaude Paroz
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-07-12Fixed #18617 -- Highlighted that the app_directories template loader depends ...Aymeric Augustin
2012-07-12Removed old gis install instructions for obsolete distrosClaude Paroz
2012-07-12Remove some code that has been dead since newforms-admin was merged, many moo...Alex Gaynor
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-04Correct Lithuanian short date format. kspi