summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-20Fixed #18839 - Field.__init__() now calls super().Carny Cheng
2013-03-21Removed unused importAnssi Kääriäinen
2013-03-20Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm.Matthew Wood
2013-03-21Added tests for already fixed #20101Anssi Kääriäinen
2013-03-20Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
2013-03-20Fixed #19972 -- Fixed overflow issue in admin changelist pages.Florian Apolloner
2013-03-20Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an e...Claude Paroz
2013-03-20Reordered AUTHORS in last name alphabetic orderClaude Paroz
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-03-19Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02.Simon Charette
2013-03-19Refs #18586 -- Split out long custom_columns lookup test into multiple tests.konarkmodi
2013-03-19Merge pull request #931 from catalanojuan/fix-admin-log-dependency-on-user-id...Preston Holmes
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-19Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano
2013-03-19Reworded Mark Pilgrim section in AUTHORS.Adrian Holovaty
2013-03-18Merge pull request #927 from ryanisnan/masterJacob Kaplan-Moss
2013-03-18small documentation update to outline caveat with SESSION_COOKIE_DOMAINRyan West
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-03-18Merge pull request #926 from catalanojuan/adds-dates-containing-zeros-note-to...Preston Holmes
2013-03-18Added warn note to docs about MySQL issues with 0000-00-00 date stringsJuan Catalano
2013-03-18Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.Aymeric Augustin
2013-03-18Update versions and links to source tarballs.Justin Bronn
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-18Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.Aymeric Augustin
2013-03-18Fixed #18447 -- Made LazyObject unwrap on dict access.Aymeric Augustin
2013-03-18Clarified that constant_time_compare doesn't protect string lengths.Aymeric Augustin
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2013-03-17Fixed #19510 -- Race condition in template loading.Aymeric Augustin
2013-03-17Fixed #19550 -- Made the filtered select widget wider in the admin.Aymeric Augustin
2013-03-17Minor docs fix for e11ccc76.Aymeric Augustin
2013-03-17Two additions to the deployment checklist.Aymeric Augustin
2013-03-17Fixed #19697 -- Added a deployment checklist.Aymeric Augustin
2013-03-17Fixed #19635 -- Made fields pickleableAnssi Kääriäinen
2013-03-17Merge pull request #902 from evildmp/BLANK_CHOICE_NONEAymeric Augustin
2013-03-17Added structure in the 1.6 release notes.Aymeric Augustin
2013-03-17Stopped using non-standard __globals__ and __code__ attributes.Aymeric Augustin
2013-03-17Updated bundled version of six.Aymeric Augustin
2013-03-17Removed debug codeAnssi Kääriäinen
2013-03-17Fixed memory leak in testsAnssi Kääriäinen
2013-03-16Merge pull request #910 from bmispelon/ticket-20058Claude Paroz
2013-03-16Merge pull request #906 from bmispelon/ticket-20054Adrian Holovaty
2013-03-16Merge pull request #909 from bmispelon/ticket-20061Adrian Holovaty
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-16Fix 20061: remove out of date comment.Baptiste Mispelon
2013-03-15Fixed #20055 -- Add url, email, and number input types to admin CSS.Baptiste Mispelon
2013-03-15Fixed #16110 -- Fixed GeometryField odd behaviour regarding null valuesClaude Paroz
2013-03-15Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2013-03-15Merge pull request #905 from cyberj/ticket_20053Simon Charette
2013-03-15Fixed #20053 -- Fix `index_together` documentationJohan Charpentier
2013-03-15Merge pull request #901 from giamfreeg/masterAymeric Augustin