Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert2015-09-081-0/+9
* Fixed #25356 -- Removed default_app_config from startapp ...Tim Graham2015-09-071-4/+0
* Removed 'Test that' prefix from admindocs tests.Zan Anderle2015-09-071-4/+4
* Fixed #24917 -- Made admindocs display model methods that...Zan Anderle2015-09-073-1/+78
* Fixed #24706 -- Made ModelForm._post_clean() handle a Val...Keryn Knight2015-09-072-2/+61
* Moved an import to the toplevel.Aymeric Augustin2015-09-051-5/+5
* Cleaned up docstrings in csrf_tests/tests.py.Joshua Kehn2015-09-051-15/+13
* Fixed #25334 -- Provided a way to allow cross-origin unsa...Joshua Kehn2015-09-051-0/+13
* Fixed #24525 -- Fixed AssertionError in some complex quer...Tim Graham2015-09-052-3/+15
* Fixed #25297 -- Allowed makemessages to work with {% tran...Alexandre Pocquet2015-09-042-6/+40
* Fixed #25353 -- Changed LogEntry.action_time to a "date c...Tim Graham2015-09-041-0/+10
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-043-0/+47
* Fixed #25348 -- Removed unused gif/png images from contri...elky2015-09-042-3/+3
* Fixed GeoIP test crash when dependencies not installed.Tim Graham2015-09-041-1/+1
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-1/+1
* Fixed #19263 -- Fixed crash when filtering using __in and...Tim Graham2015-09-041-0/+9
* Fixed #25058 -- Added GenericRelations with related_query...sarthakmeh2015-09-033-18/+41
* Removed some test settings following removal of compatibi...Tim Graham2015-09-031-2/+0
* Fixed #25335 -- Fixed regression where QuerySet.iterator(...Gavin Wahl2015-09-031-0/+3
* Fixed #25246 -- Guarded against duplicate paths in AppCon...Caio Ariede2015-09-021-0/+8
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-012-0/+16
* Rewrote form widget tests as proper unittests.Preston Timmons2015-09-0126-1825/+2270
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-3118-49/+0
* Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight2015-08-312-0/+34
* Refs #24121 -- Added repr() to LazySettings, Settings, an...Keryn Knight2015-08-311-1/+26
* Removed unnecessary DBCacheTests.test_clear_commits_trans...Adam Chainz2015-08-311-8/+1
* Fixed #25259 -- Added comments to header of generated mig...Tyson Clugg2015-08-311-1/+23
* Fixed #25252 -- Added friendly error message on incorrect...Y3K2015-08-311-0/+20
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-0/+16
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-0/+4
* Refactored autoreload tests.Aymeric Augustin2015-08-291-43/+70
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-0/+40
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-283-0/+26
* Fixed #25323 -- Fixed selenium test failures with chromed...Tim Graham2015-08-282-14/+15
* Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all ...Tim Graham2015-08-281-8/+2
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display ...Tim Graham2015-08-282-1/+15
* Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann2015-08-282-59/+75
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-273-4/+4
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-273-9/+83
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-274-22/+99
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-16/+20
* Fixed #25280 -- Properly checked regex objects for equali...Markus Holtermann2015-08-271-0/+43
* Fixed #25308 -- Made MigrationQuestioner respect MIGRATIO...Jeremy Satterfield2015-08-261-0/+10
* Fixed #14217 -- Added validation for field name collision...sarthakmeh2015-08-251-0/+19
* Fixed #25295 -- Restored 'no active translation' after la...Claude Paroz2015-08-251-0/+3
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from...Maxime Lorant2015-08-251-0/+18
* Fixed #23727 -- Inhibited the post_migrate signal when us...Tommy Beadle2015-08-241-0/+28
* Tweak some examples.Aymeric Augustin2015-08-224-27/+27
* Fixed #25300 -- Added unit tests for BoundField.id_for_labelMaxime Lorant2015-08-221-0/+19
* Fixed typo in tests/migrations/test_autodetector.py.Tim Graham2015-08-201-6/+6