summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-15Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang
2014-02-15Fixed two typos.Rodolfo Carvalho
2014-02-15Fixed typo in comment.Rodolfo Carvalho
2014-02-15Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France
2014-02-15Fixed typo in test docstring.Rodolfo Carvalho
2014-02-15Moved relative URL handling added in refs #21177 to a better place.Tim Graham
2014-02-15Fixed typo in docstring.Rodolfo Carvalho
2014-02-15Merge pull request #2281 from rhcarvalho/ticket_22053Florian Apolloner
2014-02-15Fixed #22052 -- Corrected a misspelling of ellipsoidMichal Prusek
2014-02-15Change analyse (British) to analyze (American).Rodolfo Carvalho
2014-02-15Fixed #22049 -- Corrected a misspelling of dimensionaldjendrju
2014-02-14Added 1.6.3 release note for refs #21566.Tim Graham
2014-02-14Fixed #22035 -- reordered migration operationsAnton Baklanov
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2014-02-14Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton
2014-02-14Added missing snippet to show filename in docsAlasdair Nicol
2014-02-14Fixed #21654 -- Documented a use-case for Form.errors.as_data().Loic Bistuer
2014-02-14Updated docs that misreported django.apps.apps.ready as being a method.Simon Meers
2014-02-13Removed _actions_icnt declaration from local scope in admin JS.Bas Peschier
2014-02-13Fixed a typo (I guess).Florian Apolloner
2014-02-13Fixed a link in the 1.7 release notes.Tim Graham
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-02-13Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and change_view.Adam Avramov
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-13Removed test for migration check forgotten in 7e941ba67ceab8a74ba50509d13ed42...Baptiste Mispelon
2014-02-12Fixed #21856: Don't crash runserver when DATABASES = {}Andrew Godwin
2014-02-12Reverting unapplied migrations check away from being a system-level check.Andrew Godwin
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin
2014-02-12Fix my slightly hasty autodetector changesAndrew Godwin
2014-02-12Remove redunant code from RunPython operationAndrew Godwin
2014-02-12Add --empty option to makemigrationsAndrew Godwin
2014-02-12Reworked the detection of local storages for the collectstatic command.Loic Bistuer
2014-02-12Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky
2014-02-12Fixed #22017 -- Prevented RuntimeError on Python 3Claude Paroz
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-11Reordered INSTALLED_APPS in default template, refs #22005Florian Apolloner
2014-02-10Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-10Added 1.6.3 release notes stubClaude Paroz
2014-02-10Fixed #17673 -- Forbid field shadowing.Christopher Medrela
2014-02-10Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin
2014-02-10Fixed #21190 -- Added a new ePub theme for documentation.Markus Amalthea Magnuson
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-10Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng
2014-02-10Refactored RecursiveM2MTests into smaller pieces, refs #18586.Chris Bailey
2014-02-10Allowed a message to be passed to assertQuerysetEqual to make it consistent w...Chris Bailey
2014-02-09Removed unused import in humanize tests.Tim Graham
2014-02-09Fixed #21992: Skipped test when pytz is missing.Adam Avramov
2014-02-09Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.Robert Stapenhurst
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham