summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-03-01Fixed #19945 -- Fixed default User model Meta inheritance.matiasb
2013-03-01Removed unused options copy in flushClaude Paroz
2013-03-01Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceFieldClaude Paroz
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-28Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.Aymeric Augustin
2013-02-28Fixed tests broken in 2ee21d9.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-28Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.Aymeric Augustin
2013-02-28Fixed #12823 -- Was already fixed in master, tests addedAnssi Kääriäinen
2013-02-27Fixed two bugs in 59a35208.Aymeric Augustin
2013-02-27Refactored database exceptions wrapping.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-27[py3] Always fed hashlib with bytes.Łukasz Langa
2013-02-26Move management helper function to new utils module.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-26Merged core translations from 1.5 branchClaude Paroz
2013-02-25Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.Łukasz Langa
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-25Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.Aymeric Augustin
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-25Switching to autoescape is not a change in syntax.Carl Meyer
2013-02-25Remove leading underscore from a function that's all growed up now.Carl Meyer
2013-02-24Fixed #19908 -- Added missing import in forms.pyClaude Paroz
2013-02-24Merge pull request #824 from ambv/languagecodeJulien Phalip
2013-02-24Fixed some docstrings that were raising Sphinx warnings when running the admi...Julien Phalip
2013-02-24Fixed python 3 support. Refs #17320Florian Apolloner
2013-02-24Merge pull request #834 from vdboor/issue_19906_list_classesAymeric Augustin
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-24Merge pull request #828 from zerok/tickets/17320Florian Apolloner
2013-02-24Fixed #19688 -- Allow model subclassing with a custom metaclass using six.wit...Simon Charette
2013-02-24Fixed #19890 -- ifchanged templatetag rendered its content twiceChristopher Medrela
2013-02-24Fixed #17320 -- Added whitespace validation to the Site.domain fieldHorst Gutmann
2013-02-24Fixed #15849 -- Made IfChanged node thread safe.Diederik van der Boor
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin
2013-02-24Fixes #19763 - LocaleMiddleware should check for supported languages in setti...Łukasz Langa
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
2013-02-24Fixed #9084 - Best approach for an OS to atomically rename the session file.Joeri Bekker
2013-02-24Merge pull request #819 from erikr/masterAymeric Augustin
2013-02-24Fixed #16302 -- Ensure contrib.comments is IPv6 capableErik Romijn
2013-02-24Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOLBas Peschier
2013-02-24Merge pull request #820 from viciu/11295Honza Král
2013-02-24Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url.Aymeric Augustin
2013-02-24URL-encoded URLs in FlatPage.get_absolute_url.Aymeric Augustin
2013-02-24Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2n...Wiktor Kolodziej
2013-02-24Merge pull request #817 from rybaktomasz/ticket_5568Honza Král
2013-02-24Revert "fixes #19263" - Fails if not SQLiteHonza Kral
2013-02-24Add sqldropindexes to manageTomasz Rybak