summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-08Merge pull request #1719 from dlo/docs/email-typosMarc Tamlyn
2013-10-08Fix grammatical errors in email documentationDan Loewenherz
2013-10-08Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...Jaap Roes
2013-10-08Fixed #16822 -- Added RawPostDataExceptionTim Graham
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-08Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee
2013-10-07Cleaned up admin CSS for consistency.Ryan Allen
2013-10-07Added min-width for date and time inputs in admin.Ryan Allen
2013-10-07Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."Simon Charette
2013-10-07Added a link in admin branding block to admin index.Ryan Allen
2013-10-07Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.Chris Adams
2013-10-07Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.Tim Graham
2013-10-07Fixed #21236 -- Allowed migrations to work with unique_together tuples.Javed Khan
2013-10-07Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
2013-10-07Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin
2013-10-06Improved error message while setting GeometryProxyÉtienne Loks
2013-10-05Fixed #21174 -- transaction control in related manager methodsAnssi Kääriäinen
2013-10-05Fixed #18414 -- qs.exists() for sliced distinct queriesAnssi Kääriäinen
2013-10-05Simplified a test by using CapturedQueriesContextAnssi Kääriäinen
2013-10-05Fixed #21161 -- Timezone-related tests on Windows.Aymeric Augustin
2013-10-05Improved Query join promotion logicAnssi Kääriäinen
2013-10-05Fixed #21150 -- select_related + annotate join promotion failureAnssi Kääriäinen
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-10-04Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.Christopher Medrela
2013-10-04Fixed #6681 -- Don't break docutils when rendering reStructuredText.Tai Lee
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-10-04Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden.Ryan Kaskel
2013-10-03Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
2013-10-03Fixed #19277 -- Added LocaleMiddleware.response_redirect_classEmil Stenström
2013-10-03Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.Simon Charette
2013-10-03Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', Si...Anentropic
2013-10-02Fixed #21165 -- Fix test for syndication feed timestamp field on Windows.Ramiro Morales
2013-10-02Fixed #16919 -- Passed user to set_password_form in GET requests.Tim Graham
2013-10-02Initial version of MigrationOptimizer and testsAndrew Godwin
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-10-02Changed the doc to use gender-neutral pronouns when possible.Baptiste Mispelon
2013-10-02Clarified session replay attack differences with cookie backend.Tim Graham
2013-10-02Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
2013-10-02Fixed #21129 -- Prevented admin filter params modifications from throwing an ...tschilling
2013-10-02Made test for issue 19552 compatible with Windows.Ramiro Morales
2013-10-02Made skipping of symlink-related makemessages test smarter.Ramiro Morales
2013-10-01Fixed tests breakage from last commit.Ramiro Morales
2013-10-01Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-10-01Fixed #21147 -- Avoided time.time precision issue with cache backends.Michael Manfre
2013-10-01Added default value for a BooleanField in test modelsAnssi Kääriäinen
2013-10-01Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-10-01Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanagerTim Graham
2013-10-01Fixed #10733 -- select_related().only() failureAnssi Kääriäinen